Html Css Color HEX #35D2FA Summer Sky

📋 copy color: '#35D2FA'

red 53 ◦ green 210 ◦ blue 250

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

Shades of Summer Sky #35D2FA

Tints of Summer Sky #35D2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 10.33%
G = 40.94%
B = 48.73%

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

#35D2FA (or 0x35D2FA) is known color: Summer Sky. HEX triplet: 35, D2 and FA. RGB value is (53,210,250). Sum of RGB (Red+Green+Blue) = 53+210+250=513 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.33% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #35D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D2FA is #CA2D05. Grayscale: #A7A7A7. Windows color (decimal): -13249798 or 16437813. OLE color: 16437813.

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

Color convert

RGB 53 210 250 -
CMYK 0.79 0.16 0 0.02
HSL 192.18º 0.95% 0.59% -
HSV(B) 192.18º 0.79% 0.98% -
XYZ 41.77 53.75 98.62 -
YUV 167.62 174.49 46.25 -
System Red Green Blue C M Y K H S L
Decimal 53 210 250 0.79 0.16 0 0.02 192.18 0.95 0.59
Hex 35 D2 FA 4F 10 0 2 C0 5F 3B
Octal 65 322 372 117 20 0 2 300 137 73
Binary 110101 11010010 11111010 1001111 10000 0 10 11000000 1011111 111011

Color Harmonies of #35D2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D2FA

Black with #35D2FA

Text Example


Text Example

White with #35D2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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