Html Css Color HEX #35ABDA Summer Sky

📋 copy color: '#35ABDA'

red 53 ◦ green 171 ◦ blue 218

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

Shades of Summer Sky #35ABDA

Tints of Summer Sky #35ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 11.99%
G = 38.69%
B = 49.32%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#35ABDA (or 0x35ABDA) is known color: Summer Sky. HEX triplet: 35, AB and DA. RGB value is (53,171,218). Sum of RGB (Red+Green+Blue) = 53+171+218=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #35ABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ABDA is #CA5425. Grayscale: #8C8C8C. Windows color (decimal): -13259814 or 14330677. OLE color: 14330677.

HSL color Cylindrical-coordinate representation of color #35ABDA: hue angle of 197.09º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35ABDA is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 171 218 -
CMYK 0.76 0.22 0 0.15
HSL 197.09º 0.69% 0.53% -
HSV(B) 197.09º 0.76% 0.85% -
XYZ 28.69 34.94 71.56 -
YUV 141.08 171.41 65.18 -
System Red Green Blue C M Y K H S L
Decimal 53 171 218 0.76 0.22 0 0.15 197.09 0.69 0.53
Hex 35 AB DA 4C 16 0 F C5 45 35
Octal 65 253 332 114 26 0 17 305 105 65
Binary 110101 10101011 11011010 1001100 10110 0 1111 11000101 1000101 110101

Color Harmonies of #35ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ABDA

Black with #35ABDA

Text Example


Text Example

White with #35ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,171,218); }

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

background-color css

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

 a { background-color: rgb(53,171,218); }

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

border-color css

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

 span { border-color: rgb(53,171,218); }

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