Html Css Color HEX #81CEDA Spray

📋 copy color: '#81CEDA'

red 129 ◦ green 206 ◦ blue 218

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

Shades of Spray #81CEDA

Tints of Spray #81CEDA

RGB

 RED value IS 129 (50.78% from 255) = 23.33%

 GREEN value IS 206 (80.86% from 255) = 37.25%

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

R = 23.33%
G = 37.25%
B = 39.42%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#81CEDA (or 0x81CEDA) is known color: Spray. HEX triplet: 81, CE and DA. RGB value is (129,206,218). Sum of RGB (Red+Green+Blue) = 129+206+218=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #81CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEDA is #7E3125. Grayscale: #B8B8B8. Windows color (decimal): -8270118 or 14339713. OLE color: 14339713.

HSL color Cylindrical-coordinate representation of color #81CEDA: hue angle of 188.09º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81CEDA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 206 218 -
CMYK 0.41 0.06 0 0.15
HSL 188.09º 0.55% 0.68% -
HSV(B) 188.09º 0.41% 0.85% -
XYZ 43.78 53.87 74.42 -
YUV 184.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 129 206 218 0.41 0.06 0 0.15 188.09 0.55 0.68
Hex 81 CE DA 29 6 0 F BC 37 44
Octal 201 316 332 51 6 0 17 274 67 104
Binary 10000001 11001110 11011010 101001 110 0 1111 10111100 110111 1000100

Color Harmonies of #81CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CEDA

Black with #81CEDA

Text Example


Text Example

White with #81CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81CEDA; }

 p { color: rgb(129,206,218); }

 H1.HeaderClassName
 {
   color: #81CEDA;
 }
 .AnyTagClassName
 {
   color: #81CEDA;
 }
</style>

background-color css

<style>
 a { background-color: #81CEDA; }

 a { background-color: rgb(129,206,218); }

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

border-color css

<style>
 span { border-color: #81CEDA; }

 span { border-color: rgb(129,206,218); }

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