Html Css Color HEX #35BFDA Summer Sky

📋 copy color: '#35BFDA'

red 53 ◦ green 191 ◦ blue 218

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

Shades of Summer Sky #35BFDA

Tints of Summer Sky #35BFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 41.34%

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

R = 11.47%
G = 41.34%
B = 47.19%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#35BFDA (or 0x35BFDA) is known color: Summer Sky. HEX triplet: 35, BF and DA. RGB value is (53,191,218). Sum of RGB (Red+Green+Blue) = 53+191+218=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #35BFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BFDA is #CA4025. Grayscale: #989898. Windows color (decimal): -13254694 or 14335797. OLE color: 14335797.

HSL color Cylindrical-coordinate representation of color #35BFDA: hue angle of 189.82º 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 #35BFDA is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 191 218 -
CMYK 0.76 0.12 0 0.15
HSL 189.82º 0.69% 0.53% -
HSV(B) 189.82º 0.76% 0.85% -
XYZ 32.75 43.08 72.92 -
YUV 152.82 164.78 56.8 -
System Red Green Blue C M Y K H S L
Decimal 53 191 218 0.76 0.12 0 0.15 189.82 0.69 0.53
Hex 35 BF DA 4C C 0 F BE 45 35
Octal 65 277 332 114 14 0 17 276 105 65
Binary 110101 10111111 11011010 1001100 1100 0 1111 10111110 1000101 110101

Color Harmonies of #35BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BFDA

Black with #35BFDA

Text Example


Text Example

White with #35BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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