Html Css Color HEX #35BFE5 Summer Sky

📋 copy color: '#35BFE5'

red 53 ◦ green 191 ◦ blue 229

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

Shades of Summer Sky #35BFE5

Tints of Summer Sky #35BFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 11.21%
G = 40.38%
B = 48.41%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#35BFE5 (or 0x35BFE5) is known color: Summer Sky. HEX triplet: 35, BF and E5. RGB value is (53,191,229). Sum of RGB (Red+Green+Blue) = 53+191+229=473 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.21% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #35BFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BFE5 is #CA401A. Grayscale: #999999. Windows color (decimal): -13254683 or 15056693. OLE color: 15056693.

HSL color Cylindrical-coordinate representation of color #35BFE5: hue angle of 192.95º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35BFE5 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 191 229 -
CMYK 0.77 0.17 0 0.10
HSL 192.95º 0.77% 0.55% -
HSV(B) 192.95º 0.77% 0.9% -
XYZ 34.24 43.68 80.75 -
YUV 154.07 170.28 55.91 -
System Red Green Blue C M Y K H S L
Decimal 53 191 229 0.77 0.17 0 0.10 192.95 0.77 0.55
Hex 35 BF E5 4D 11 0 A C1 4D 37
Octal 65 277 345 115 21 0 12 301 115 67
Binary 110101 10111111 11100101 1001101 10001 0 1010 11000001 1001101 110111

Color Harmonies of #35BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BFE5

Black with #35BFE5

Text Example


Text Example

White with #35BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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