Html Css Color HEX #35BACF Summer Sky

📋 copy color: '#35BACF'

red 53 ◦ green 186 ◦ blue 207

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

Shades of Summer Sky #35BACF

Tints of Summer Sky #35BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.7%

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

R = 11.88%
G = 41.7%
B = 46.41%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#35BACF (or 0x35BACF) is known color: Summer Sky. HEX triplet: 35, BA and CF. RGB value is (53,186,207). Sum of RGB (Red+Green+Blue) = 53+186+207=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #35BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BACF is #CA4530. Grayscale: #949494. Windows color (decimal): -13255985 or 13613621. OLE color: 13613621.

HSL color Cylindrical-coordinate representation of color #35BACF: hue angle of 188.18º 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 #35BACF is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 186 207 -
CMYK 0.74 0.10 0 0.19
HSL 188.18º 0.62% 0.51% -
HSV(B) 188.18º 0.74% 0.81% -
XYZ 30.29 40.38 65.23 -
YUV 148.63 160.94 59.79 -
System Red Green Blue C M Y K H S L
Decimal 53 186 207 0.74 0.10 0 0.19 188.18 0.62 0.51
Hex 35 BA CF 4A A 0 13 BC 3E 33
Octal 65 272 317 112 12 0 23 274 76 63
Binary 110101 10111010 11001111 1001010 1010 0 10011 10111100 111110 110011

Color Harmonies of #35BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BACF

Black with #35BACF

Text Example


Text Example

White with #35BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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