Html Css Color HEX #81B7DE Jordy Blue

📋 copy color: '#81B7DE'

red 129 ◦ green 183 ◦ blue 222

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

Shades of Jordy Blue #81B7DE

Tints of Jordy Blue #81B7DE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.27%

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

R = 24.16%
G = 34.27%
B = 41.57%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81B7DE (or 0x81B7DE) is known color: Jordy Blue. HEX triplet: 81, B7 and DE. RGB value is (129,183,222). Sum of RGB (Red+Green+Blue) = 129+183+222=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #81B7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B7DE is #7E4821. Grayscale: #ABABAB. Windows color (decimal): -8276002 or 14595969. OLE color: 14595969.

HSL color Cylindrical-coordinate representation of color #81B7DE: hue angle of 205.16º 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 #81B7DE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 183 222 -
CMYK 0.42 0.18 0 0.13
HSL 205.16º 0.58% 0.69% -
HSV(B) 205.16º 0.42% 0.87% -
XYZ 39.17 43.81 75.5 -
YUV 171.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 129 183 222 0.42 0.18 0 0.13 205.16 0.58 0.69
Hex 81 B7 DE 2A 12 0 D CD 3A 45
Octal 201 267 336 52 22 0 15 315 72 105
Binary 10000001 10110111 11011110 101010 10010 0 1101 11001101 111010 1000101

Color Harmonies of #81B7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B7DE

Black with #81B7DE

Text Example


Text Example

White with #81B7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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