Html Css Color HEX #35B8D3 Summer Sky

📋 copy color: '#35B8D3'

red 53 ◦ green 184 ◦ blue 211

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

Shades of Summer Sky #35B8D3

Tints of Summer Sky #35B8D3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.07%

 BLUE value IS 211 (82.81% from 255) = 47.1%

R = 11.83%
G = 41.07%
B = 47.1%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#35B8D3 (or 0x35B8D3) is known color: Summer Sky. HEX triplet: 35, B8 and D3. RGB value is (53,184,211). Sum of RGB (Red+Green+Blue) = 53+184+211=448 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.83% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #35B8D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B8D3 is #CA472C. Grayscale: #939393. Windows color (decimal): -13256493 or 13875253. OLE color: 13875253.

HSL color Cylindrical-coordinate representation of color #35B8D3: hue angle of 190.25º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35B8D3 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 184 211 -
CMYK 0.75 0.13 0 0.17
HSL 190.25º 0.64% 0.52% -
HSV(B) 190.25º 0.75% 0.83% -
XYZ 30.37 39.74 67.7 -
YUV 147.91 163.6 60.3 -
System Red Green Blue C M Y K H S L
Decimal 53 184 211 0.75 0.13 0 0.17 190.25 0.64 0.52
Hex 35 B8 D3 4B D 0 11 BE 40 34
Octal 65 270 323 113 15 0 21 276 100 64
Binary 110101 10111000 11010011 1001011 1101 0 10001 10111110 1000000 110100

Color Harmonies of #35B8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B8D3

Black with #35B8D3

Text Example


Text Example

White with #35B8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,184,211); }

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

background-color css

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

 a { background-color: rgb(53,184,211); }

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

border-color css

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

 span { border-color: rgb(53,184,211); }

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