Html Css Color HEX #35C0EE Summer Sky

📋 copy color: '#35C0EE'

red 53 ◦ green 192 ◦ blue 238

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

Shades of Summer Sky #35C0EE

Tints of Summer Sky #35C0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 10.97%
G = 39.75%
B = 49.28%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#35C0EE (or 0x35C0EE) is known color: Summer Sky. HEX triplet: 35, C0 and EE. RGB value is (53,192,238). Sum of RGB (Red+Green+Blue) = 53+192+238=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #35C0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C0EE is #CA3F11. Grayscale: #9B9B9B. Windows color (decimal): -13254418 or 15646773. OLE color: 15646773.

HSL color Cylindrical-coordinate representation of color #35C0EE: hue angle of 194.92º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35C0EE is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 192 238 -
CMYK 0.78 0.19 0 0.07
HSL 194.92º 0.84% 0.57% -
HSV(B) 194.92º 0.78% 0.93% -
XYZ 35.75 44.63 87.62 -
YUV 155.68 174.45 54.76 -
System Red Green Blue C M Y K H S L
Decimal 53 192 238 0.78 0.19 0 0.07 194.92 0.84 0.57
Hex 35 C0 EE 4E 13 0 7 C3 54 39
Octal 65 300 356 116 23 0 7 303 124 71
Binary 110101 11000000 11101110 1001110 10011 0 111 11000011 1010100 111001

Color Harmonies of #35C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C0EE

Black with #35C0EE

Text Example


Text Example

White with #35C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,192,238); }

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

background-color css

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

 a { background-color: rgb(53,192,238); }

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

border-color css

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

 span { border-color: rgb(53,192,238); }

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