Html Css Color HEX #81B4DE Jordy Blue

📋 copy color: '#81B4DE'

red 129 ◦ green 180 ◦ blue 222

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

Shades of Jordy Blue #81B4DE

Tints of Jordy Blue #81B4DE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 24.29%
G = 33.9%
B = 41.81%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81B4DE (or 0x81B4DE) is known color: Jordy Blue. HEX triplet: 81, B4 and DE. RGB value is (129,180,222). Sum of RGB (Red+Green+Blue) = 129+180+222=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #81B4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B4DE is #7E4B21. Grayscale: #A9A9A9. Windows color (decimal): -8276770 or 14595201. OLE color: 14595201.

HSL color Cylindrical-coordinate representation of color #81B4DE: hue angle of 207.1º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81B4DE is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 180 222 -
CMYK 0.42 0.19 0 0.13
HSL 207.1º 0.58% 0.69% -
HSV(B) 207.1º 0.42% 0.87% -
XYZ 38.56 42.58 75.29 -
YUV 169.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 129 180 222 0.42 0.19 0 0.13 207.1 0.58 0.69
Hex 81 B4 DE 2A 13 0 D CF 3A 45
Octal 201 264 336 52 23 0 15 317 72 105
Binary 10000001 10110100 11011110 101010 10011 0 1101 11001111 111010 1000101

Color Harmonies of #81B4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B4DE

Black with #81B4DE

Text Example


Text Example

White with #81B4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,180,222); }

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

background-color css

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

 a { background-color: rgb(129,180,222); }

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

border-color css

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

 span { border-color: rgb(129,180,222); }

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