Html Css Color HEX #35B3EF Summer Sky

📋 copy color: '#35B3EF'

red 53 ◦ green 179 ◦ blue 239

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

Shades of Summer Sky #35B3EF

Tints of Summer Sky #35B3EF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

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

R = 11.25%
G = 38%
B = 50.74%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#35B3EF (or 0x35B3EF) is known color: Summer Sky. HEX triplet: 35, B3 and EF. RGB value is (53,179,239). Sum of RGB (Red+Green+Blue) = 53+179+239=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #35B3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35B3EF is #CA4C10. Grayscale: #939393. Windows color (decimal): -13257745 or 15708981. OLE color: 15708981.

HSL color Cylindrical-coordinate representation of color #35B3EF: hue angle of 199.35º 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 #35B3EF is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 179 239 -
CMYK 0.78 0.25 0 0.06
HSL 199.35º 0.85% 0.57% -
HSV(B) 199.35º 0.78% 0.94% -
XYZ 33.17 39.23 87.49 -
YUV 148.17 179.26 60.12 -
System Red Green Blue C M Y K H S L
Decimal 53 179 239 0.78 0.25 0 0.06 199.35 0.85 0.57
Hex 35 B3 EF 4E 19 0 6 C7 55 39
Octal 65 263 357 116 31 0 6 307 125 71
Binary 110101 10110011 11101111 1001110 11001 0 110 11000111 1010101 111001

Color Harmonies of #35B3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B3EF

Black with #35B3EF

Text Example


Text Example

White with #35B3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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