Html Css Color HEX #35CBEF Summer Sky

📋 copy color: '#35CBEF'

red 53 ◦ green 203 ◦ blue 239

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

Shades of Summer Sky #35CBEF

Tints of Summer Sky #35CBEF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.01%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 10.71%
G = 41.01%
B = 48.28%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#35CBEF (or 0x35CBEF) is known color: Summer Sky. HEX triplet: 35, CB and EF. RGB value is (53,203,239). Sum of RGB (Red+Green+Blue) = 53+203+239=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #35CBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CBEF is #CA3410. Grayscale: #A1A1A1. Windows color (decimal): -13251601 or 15715125. OLE color: 15715125.

HSL color Cylindrical-coordinate representation of color #35CBEF: hue angle of 191.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35CBEF is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 203 239 -
CMYK 0.78 0.15 0 0.06
HSL 191.61º 0.85% 0.57% -
HSV(B) 191.61º 0.78% 0.94% -
XYZ 38.4 49.7 89.23 -
YUV 162.25 171.31 50.07 -
System Red Green Blue C M Y K H S L
Decimal 53 203 239 0.78 0.15 0 0.06 191.61 0.85 0.57
Hex 35 CB EF 4E F 0 6 C0 55 39
Octal 65 313 357 116 17 0 6 300 125 71
Binary 110101 11001011 11101111 1001110 1111 0 110 11000000 1010101 111001

Color Harmonies of #35CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CBEF

Black with #35CBEF

Text Example


Text Example

White with #35CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,203,239); }

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

background-color css

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

 a { background-color: rgb(53,203,239); }

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

border-color css

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

 span { border-color: rgb(53,203,239); }

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