Html Css Color HEX #35C4F0 Summer Sky

📋 copy color: '#35C4F0'

red 53 ◦ green 196 ◦ blue 240

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

Shades of Summer Sky #35C4F0

Tints of Summer Sky #35C4F0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.08%

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 10.84%
G = 40.08%
B = 49.08%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#35C4F0 (or 0x35C4F0) is known color: Summer Sky. HEX triplet: 35, C4 and F0. RGB value is (53,196,240). Sum of RGB (Red+Green+Blue) = 53+196+240=489 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.84% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #35C4F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C4F0 is #CA3B0F. Grayscale: #9D9D9D. Windows color (decimal): -13253392 or 15778869. OLE color: 15778869.

HSL color Cylindrical-coordinate representation of color #35C4F0: hue angle of 194.12º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35C4F0 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 196 240 -
CMYK 0.78 0.18 0 0.06
HSL 194.12º 0.86% 0.57% -
HSV(B) 194.12º 0.78% 0.94% -
XYZ 36.94 46.53 89.47 -
YUV 158.26 174.12 52.92 -
System Red Green Blue C M Y K H S L
Decimal 53 196 240 0.78 0.18 0 0.06 194.12 0.86 0.57
Hex 35 C4 F0 4E 12 0 6 C2 56 39
Octal 65 304 360 116 22 0 6 302 126 71
Binary 110101 11000100 11110000 1001110 10010 0 110 11000010 1010110 111001

Color Harmonies of #35C4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C4F0

Black with #35C4F0

Text Example


Text Example

White with #35C4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,196,240); }

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

background-color css

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

 a { background-color: rgb(53,196,240); }

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

border-color css

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

 span { border-color: rgb(53,196,240); }

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