Html Css Color HEX #35AACB Summer Sky

📋 copy color: '#35AACB'

red 53 ◦ green 170 ◦ blue 203

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

Shades of Summer Sky #35AACB

Tints of Summer Sky #35AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.91%

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 12.44%
G = 39.91%
B = 47.65%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#35AACB (or 0x35AACB) is known color: Summer Sky. HEX triplet: 35, AA and CB. RGB value is (53,170,203). Sum of RGB (Red+Green+Blue) = 53+170+203=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #35AACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AACB is #CA5534. Grayscale: #8A8A8A. Windows color (decimal): -13260085 or 13347381. OLE color: 13347381.

HSL color Cylindrical-coordinate representation of color #35AACB: hue angle of 193.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35AACB is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 170 203 -
CMYK 0.74 0.16 0 0.20
HSL 193.2º 0.59% 0.5% -
HSV(B) 193.2º 0.74% 0.8% -
XYZ 26.62 33.82 61.62 -
YUV 138.78 164.24 66.82 -
System Red Green Blue C M Y K H S L
Decimal 53 170 203 0.74 0.16 0 0.20 193.2 0.59 0.5
Hex 35 AA CB 4A 10 0 14 C1 3B 32
Octal 65 252 313 112 20 0 24 301 73 62
Binary 110101 10101010 11001011 1001010 10000 0 10100 11000001 111011 110010

Color Harmonies of #35AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AACB

Black with #35AACB

Text Example


Text Example

White with #35AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,170,203); }

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

background-color css

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

 a { background-color: rgb(53,170,203); }

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

border-color css

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

 span { border-color: rgb(53,170,203); }

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