Html Css Color HEX #35CCFF Summer Sky

📋 copy color: '#35CCFF'

red 53 ◦ green 204 ◦ blue 255

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

Shades of Summer Sky #35CCFF

Tints of Summer Sky #35CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 10.35%
G = 39.84%
B = 49.8%

CMYK

 C value IS 0.79

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35CCFF (or 0x35CCFF) is known color: Summer Sky. HEX triplet: 35, CC and FF. RGB value is (53,204,255). Sum of RGB (Red+Green+Blue) = 53+204+255=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #35CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CCFF is #CA3300. Grayscale: #A4A4A4. Windows color (decimal): -13251329 or 16763957. OLE color: 16763957.

HSL color Cylindrical-coordinate representation of color #35CCFF: hue angle of 195.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35CCFF is Cyan = 0.79, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 204 255 -
CMYK 0.79 0.2 0 0
HSL 195.15º 1% 0.6% -
HSV(B) 195.15º 0.79% 1% -
XYZ 41.11 51.16 102.32 -
YUV 164.67 178.97 48.35 -
System Red Green Blue C M Y K H S L
Decimal 53 204 255 0.79 0.2 0 0 195.15 1 0.6
Hex 35 CC FF 4F 14 0 0 C3 64 3C
Octal 65 314 377 117 24 0 0 303 144 74
Binary 110101 11001100 11111111 1001111 10100 0 0 11000011 1100100 111100

Color Harmonies of #35CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CCFF

Black with #35CCFF

Text Example


Text Example

White with #35CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,204,255); }

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

background-color css

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

 a { background-color: rgb(53,204,255); }

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

border-color css

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

 span { border-color: rgb(53,204,255); }

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