Html Css Color HEX #35BFE4 Summer Sky

📋 copy color: '#35BFE4'

red 53 ◦ green 191 ◦ blue 228

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

Shades of Summer Sky #35BFE4

Tints of Summer Sky #35BFE4

RGB

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

 GREEN value IS 191 (75% from 255) = 40.47%

 BLUE value IS 228 (89.45% from 255) = 48.31%

R = 11.23%
G = 40.47%
B = 48.31%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#35BFE4 (or 0x35BFE4) is known color: Summer Sky. HEX triplet: 35, BF and E4. RGB value is (53,191,228). Sum of RGB (Red+Green+Blue) = 53+191+228=472 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.23% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #35BFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BFE4 is #CA401B. Grayscale: #999999. Windows color (decimal): -13254684 or 14991157. OLE color: 14991157.

HSL color Cylindrical-coordinate representation of color #35BFE4: hue angle of 192.69º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35BFE4 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 191 228 -
CMYK 0.77 0.16 0 0.11
HSL 192.69º 0.76% 0.55% -
HSV(B) 192.69º 0.77% 0.89% -
XYZ 34.1 43.62 80.02 -
YUV 153.96 169.78 55.99 -
System Red Green Blue C M Y K H S L
Decimal 53 191 228 0.77 0.16 0 0.11 192.69 0.76 0.55
Hex 35 BF E4 4D 10 0 B C1 4C 37
Octal 65 277 344 115 20 0 13 301 114 67
Binary 110101 10111111 11100100 1001101 10000 0 1011 11000001 1001100 110111

Color Harmonies of #35BFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BFE4

Black with #35BFE4

Text Example


Text Example

White with #35BFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,191,228); }

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

background-color css

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

 a { background-color: rgb(53,191,228); }

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

border-color css

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

 span { border-color: rgb(53,191,228); }

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