Html Css Color HEX #35ADC8 Summer Sky

📋 copy color: '#35ADC8'

red 53 ◦ green 173 ◦ blue 200

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

Shades of Summer Sky #35ADC8

Tints of Summer Sky #35ADC8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

 BLUE value IS 200 (78.52% from 255) = 46.95%

R = 12.44%
G = 40.61%
B = 46.95%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#35ADC8 (or 0x35ADC8) is known color: Summer Sky. HEX triplet: 35, AD and C8. RGB value is (53,173,200). Sum of RGB (Red+Green+Blue) = 53+173+200=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #35ADC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ADC8 is #CA5237. Grayscale: #8B8B8B. Windows color (decimal): -13259320 or 13151541. OLE color: 13151541.

HSL color Cylindrical-coordinate representation of color #35ADC8: hue angle of 191.02º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35ADC8 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 173 200 -
CMYK 0.74 0.14 0 0.22
HSL 191.02º 0.58% 0.5% -
HSV(B) 191.02º 0.74% 0.78% -
XYZ 26.84 34.81 59.95 -
YUV 140.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 53 173 200 0.74 0.14 0 0.22 191.02 0.58 0.5
Hex 35 AD C8 4A E 0 16 BF 3A 32
Octal 65 255 310 112 16 0 26 277 72 62
Binary 110101 10101101 11001000 1001010 1110 0 10110 10111111 111010 110010

Color Harmonies of #35ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ADC8

Black with #35ADC8

Text Example


Text Example

White with #35ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,173,200); }

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

background-color css

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

 a { background-color: rgb(53,173,200); }

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

border-color css

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

 span { border-color: rgb(53,173,200); }

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