Html Css Color HEX #35D2FB Summer Sky

📋 copy color: '#35D2FB'

red 53 ◦ green 210 ◦ blue 251

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

Shades of Summer Sky #35D2FB

Tints of Summer Sky #35D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 10.31%
G = 40.86%
B = 48.83%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#35D2FB (or 0x35D2FB) is known color: Summer Sky. HEX triplet: 35, D2 and FB. RGB value is (53,210,251). Sum of RGB (Red+Green+Blue) = 53+210+251=514 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.31% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #35D2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D2FB is #CA2D04. Grayscale: #A7A7A7. Windows color (decimal): -13249797 or 16503349. OLE color: 16503349.

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

Color convert

RGB 53 210 251 -
CMYK 0.79 0.16 0 0.02
HSL 192.42º 0.96% 0.6% -
HSV(B) 192.42º 0.79% 0.98% -
XYZ 41.93 53.82 99.44 -
YUV 167.73 174.99 46.17 -
System Red Green Blue C M Y K H S L
Decimal 53 210 251 0.79 0.16 0 0.02 192.42 0.96 0.6
Hex 35 D2 FB 4F 10 0 2 C0 60 3C
Octal 65 322 373 117 20 0 2 300 140 74
Binary 110101 11010010 11111011 1001111 10000 0 10 11000000 1100000 111100

Color Harmonies of #35D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D2FB

Black with #35D2FB

Text Example


Text Example

White with #35D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,210,251); }

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

background-color css

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

 a { background-color: rgb(53,210,251); }

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

border-color css

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

 span { border-color: rgb(53,210,251); }

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