Html Css Color HEX #35A0DD Summer Sky

📋 copy color: '#35A0DD'

red 53 ◦ green 160 ◦ blue 221

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

Shades of Summer Sky #35A0DD

Tints of Summer Sky #35A0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 12.21%
G = 36.87%
B = 50.92%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#35A0DD (or 0x35A0DD) is known color: Summer Sky. HEX triplet: 35, A0 and DD. RGB value is (53,160,221). Sum of RGB (Red+Green+Blue) = 53+160+221=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #35A0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A0DD is #CA5F22. Grayscale: #868686. Windows color (decimal): -13262627 or 14524469. OLE color: 14524469.

HSL color Cylindrical-coordinate representation of color #35A0DD: hue angle of 201.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35A0DD is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 160 221 -
CMYK 0.76 0.28 0 0.13
HSL 201.79º 0.71% 0.54% -
HSV(B) 201.79º 0.76% 0.87% -
XYZ 27.09 31.12 72.99 -
YUV 134.96 176.55 69.54 -
System Red Green Blue C M Y K H S L
Decimal 53 160 221 0.76 0.28 0 0.13 201.79 0.71 0.54
Hex 35 A0 DD 4C 1C 0 D CA 47 36
Octal 65 240 335 114 34 0 15 312 107 66
Binary 110101 10100000 11011101 1001100 11100 0 1101 11001010 1000111 110110

Color Harmonies of #35A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A0DD

Black with #35A0DD

Text Example


Text Example

White with #35A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,160,221); }

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

background-color css

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

 a { background-color: rgb(53,160,221); }

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

border-color css

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

 span { border-color: rgb(53,160,221); }

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