Html Css Color HEX #35C2FC Summer Sky

📋 copy color: '#35C2FC'

red 53 ◦ green 194 ◦ blue 252

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

Shades of Summer Sky #35C2FC

Tints of Summer Sky #35C2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 10.62%
G = 38.88%
B = 50.5%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#35C2FC (or 0x35C2FC) is known color: Summer Sky. HEX triplet: 35, C2 and FC. RGB value is (53,194,252). Sum of RGB (Red+Green+Blue) = 53+194+252=499 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.62% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #35C2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C2FC is #CA3D03. Grayscale: #9E9E9E. Windows color (decimal): -13253892 or 16564789. OLE color: 16564789.

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

Color convert

RGB 53 194 252 -
CMYK 0.79 0.23 0 0.01
HSL 197.49º 0.97% 0.6% -
HSV(B) 197.49º 0.79% 0.99% -
XYZ 38.33 46.37 99.03 -
YUV 158.45 180.79 52.78 -
System Red Green Blue C M Y K H S L
Decimal 53 194 252 0.79 0.23 0 0.01 197.49 0.97 0.6
Hex 35 C2 FC 4F 17 0 1 C5 61 3C
Octal 65 302 374 117 27 0 1 305 141 74
Binary 110101 11000010 11111100 1001111 10111 0 1 11000101 1100001 111100

Color Harmonies of #35C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C2FC

Black with #35C2FC

Text Example


Text Example

White with #35C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,194,252); }

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

background-color css

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

 a { background-color: rgb(53,194,252); }

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

border-color css

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

 span { border-color: rgb(53,194,252); }

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