Html Css Color HEX #35D3EE Summer Sky

📋 copy color: '#35D3EE'

red 53 ◦ green 211 ◦ blue 238

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

Shades of Summer Sky #35D3EE

Tints of Summer Sky #35D3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

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

R = 10.56%
G = 42.03%
B = 47.41%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#35D3EE (or 0x35D3EE) is known color: Summer Sky. HEX triplet: 35, D3 and EE. RGB value is (53,211,238). Sum of RGB (Red+Green+Blue) = 53+211+238=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #35D3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D3EE is #CA2C11. Grayscale: #A6A6A6. Windows color (decimal): -13249554 or 15651637. OLE color: 15651637.

HSL color Cylindrical-coordinate representation of color #35D3EE: hue angle of 188.76º 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 #35D3EE is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 211 238 -
CMYK 0.78 0.11 0 0.07
HSL 188.76º 0.84% 0.57% -
HSV(B) 188.76º 0.78% 0.93% -
XYZ 40.2 53.52 89.1 -
YUV 166.84 168.15 46.8 -
System Red Green Blue C M Y K H S L
Decimal 53 211 238 0.78 0.11 0 0.07 188.76 0.84 0.57
Hex 35 D3 EE 4E B 0 7 BD 54 39
Octal 65 323 356 116 13 0 7 275 124 71
Binary 110101 11010011 11101110 1001110 1011 0 111 10111101 1010100 111001

Color Harmonies of #35D3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D3EE

Black with #35D3EE

Text Example


Text Example

White with #35D3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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