Html Css Color HEX #2DCAE5 Summer Sky

📋 copy color: '#2DCAE5'

red 45 ◦ green 202 ◦ blue 229

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

Shades of Summer Sky #2DCAE5

Tints of Summer Sky #2DCAE5

RGB

 RED value IS 45 (17.97% from 255) = 9.45%

 GREEN value IS 202 (79.3% from 255) = 42.44%

 BLUE value IS 229 (89.84% from 255) = 48.11%

R = 9.45%
G = 42.44%
B = 48.11%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2DCAE5 (or 0x2DCAE5) is known color: Summer Sky. HEX triplet: 2D, CA and E5. RGB value is (45,202,229). Sum of RGB (Red+Green+Blue) = 45+202+229=476 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.45% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #2DCAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCAE5 is #D2351A. Grayscale: #9D9D9D. Windows color (decimal): -13776155 or 15059501. OLE color: 15059501.

HSL color Cylindrical-coordinate representation of color #2DCAE5: hue angle of 188.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCAE5 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 202 229 -
CMYK 0.80 0.12 0 0.10
HSL 188.8º 0.78% 0.54% -
HSV(B) 188.8º 0.8% 0.9% -
XYZ 36.35 48.46 81.57 -
YUV 158.14 167.99 47.3 -
System Red Green Blue C M Y K H S L
Decimal 45 202 229 0.80 0.12 0 0.10 188.8 0.78 0.54
Hex 2D CA E5 50 C 0 A BD 4E 36
Octal 55 312 345 120 14 0 12 275 116 66
Binary 101101 11001010 11100101 1010000 1100 0 1010 10111101 1001110 110110

Color Harmonies of #2DCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCAE5

Black with #2DCAE5

Text Example


Text Example

White with #2DCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DCAE5; }

 p { color: rgb(45,202,229); }

 H1.HeaderClassName
 {
   color: #2DCAE5;
 }
 .AnyTagClassName
 {
   color: #2DCAE5;
 }
</style>

background-color css

<style>
 a { background-color: #2DCAE5; }

 a { background-color: rgb(45,202,229); }

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

border-color css

<style>
 span { border-color: #2DCAE5; }

 span { border-color: rgb(45,202,229); }

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