Html Css Color HEX #81A7DE Jordy Blue

📋 copy color: '#81A7DE'

red 129 ◦ green 167 ◦ blue 222

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

Shades of Jordy Blue #81A7DE

Tints of Jordy Blue #81A7DE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

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

R = 24.9%
G = 32.24%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81A7DE (or 0x81A7DE) is known color: Jordy Blue. HEX triplet: 81, A7 and DE. RGB value is (129,167,222). Sum of RGB (Red+Green+Blue) = 129+167+222=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #81A7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7DE is #7E5821. Grayscale: #A1A1A1. Windows color (decimal): -8280098 or 14591873. OLE color: 14591873.

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

Color convert

RGB 129 167 222 -
CMYK 0.42 0.25 0 0.13
HSL 215.48º 0.58% 0.69% -
HSV(B) 215.48º 0.42% 0.87% -
XYZ 36.06 37.58 74.46 -
YUV 161.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 129 167 222 0.42 0.25 0 0.13 215.48 0.58 0.69
Hex 81 A7 DE 2A 19 0 D D7 3A 45
Octal 201 247 336 52 31 0 15 327 72 105
Binary 10000001 10100111 11011110 101010 11001 0 1101 11010111 111010 1000101

Color Harmonies of #81A7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A7DE

Black with #81A7DE

Text Example


Text Example

White with #81A7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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