Html Css Color HEX #35AACF Summer Sky

📋 copy color: '#35AACF'

red 53 ◦ green 170 ◦ blue 207

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

Shades of Summer Sky #35AACF

Tints of Summer Sky #35AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 12.33%
G = 39.53%
B = 48.14%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#35AACF (or 0x35AACF) is known color: Summer Sky. HEX triplet: 35, AA and CF. RGB value is (53,170,207). Sum of RGB (Red+Green+Blue) = 53+170+207=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #35AACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AACF is #CA5530. Grayscale: #8A8A8A. Windows color (decimal): -13260081 or 13609525. OLE color: 13609525.

HSL color Cylindrical-coordinate representation of color #35AACF: hue angle of 194.42º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35AACF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 170 207 -
CMYK 0.74 0.18 0 0.19
HSL 194.42º 0.62% 0.51% -
HSV(B) 194.42º 0.74% 0.81% -
XYZ 27.11 34.01 64.17 -
YUV 139.24 166.24 66.49 -
System Red Green Blue C M Y K H S L
Decimal 53 170 207 0.74 0.18 0 0.19 194.42 0.62 0.51
Hex 35 AA CF 4A 12 0 13 C2 3E 33
Octal 65 252 317 112 22 0 23 302 76 63
Binary 110101 10101010 11001111 1001010 10010 0 10011 11000010 111110 110011

Color Harmonies of #35AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AACF

Black with #35AACF

Text Example


Text Example

White with #35AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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