Html Css Color HEX #35CEFD Summer Sky

📋 copy color: '#35CEFD'

red 53 ◦ green 206 ◦ blue 253

#35CEFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #35CEFD

Tints of Summer Sky #35CEFD

RGB

 RED value IS 53 (21.09% from 255) = 10.35%

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 10.35%
G = 40.23%
B = 49.41%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35CEFD (or 0x35CEFD) is known color: Summer Sky. HEX triplet: 35, CE and FD. RGB value is (53,206,253). Sum of RGB (Red+Green+Blue) = 53+206+253=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #35CEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CEFD is #CA3102. Grayscale: #A5A5A5. Windows color (decimal): -13250819 or 16633397. OLE color: 16633397.

HSL color Cylindrical-coordinate representation of color #35CEFD: hue angle of 194.1º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35CEFD is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 206 253 -
CMYK 0.79 0.19 0 0.01
HSL 194.1º 0.98% 0.6% -
HSV(B) 194.1º 0.79% 0.99% -
XYZ 41.27 51.99 100.79 -
YUV 165.61 177.31 47.68 -
System Red Green Blue C M Y K H S L
Decimal 53 206 253 0.79 0.19 0 0.01 194.1 0.98 0.6
Hex 35 CE FD 4F 13 0 1 C2 62 3C
Octal 65 316 375 117 23 0 1 302 142 74
Binary 110101 11001110 11111101 1001111 10011 0 1 11000010 1100010 111100

Color Harmonies of #35CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CEFD

Black with #35CEFD

Text Example


Text Example

White with #35CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35CEFD; }

 p { color: rgb(53,206,253); }

 H1.HeaderClassName
 {
   color: #35CEFD;
 }
 .AnyTagClassName
 {
   color: #35CEFD;
 }
</style>

background-color css

<style>
 a { background-color: #35CEFD; }

 a { background-color: rgb(53,206,253); }

 div.DivClassName
 {
   background-color: #35CEFD;
 }
 .BgClassName
 {
   background-color: #35CEFD;
 }
</style>

border-color css

<style>
 span { border-color: #35CEFD; }

 span { border-color: rgb(53,206,253); }

 td.TdClassName
 {
   border-color: #35CEFD;
 }
 .TagClassName
 {
   border-color: #35CEFD;
 }
</style>