Html Css Color HEX #35D2F3 Summer Sky

📋 copy color: '#35D2F3'

red 53 ◦ green 210 ◦ blue 243

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

Shades of Summer Sky #35D2F3

Tints of Summer Sky #35D2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 10.47%
G = 41.5%
B = 48.02%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#35D2F3 (or 0x35D2F3) is known color: Summer Sky. HEX triplet: 35, D2 and F3. RGB value is (53,210,243). Sum of RGB (Red+Green+Blue) = 53+210+243=506 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.47% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #35D2F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D2F3 is #CA2D0C. Grayscale: #A6A6A6. Windows color (decimal): -13249805 or 15979061. OLE color: 15979061.

HSL color Cylindrical-coordinate representation of color #35D2F3: hue angle of 190.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35D2F3 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 210 243 -
CMYK 0.78 0.14 0 0.05
HSL 190.42º 0.89% 0.58% -
HSV(B) 190.42º 0.78% 0.95% -
XYZ 40.69 53.32 92.94 -
YUV 166.82 170.99 46.82 -
System Red Green Blue C M Y K H S L
Decimal 53 210 243 0.78 0.14 0 0.05 190.42 0.89 0.58
Hex 35 D2 F3 4E E 0 5 BE 59 3A
Octal 65 322 363 116 16 0 5 276 131 72
Binary 110101 11010010 11110011 1001110 1110 0 101 10111110 1011001 111010

Color Harmonies of #35D2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D2F3

Black with #35D2F3

Text Example


Text Example

White with #35D2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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