Html Css Color HEX #81A3DE Jordy Blue

📋 copy color: '#81A3DE'

red 129 ◦ green 163 ◦ blue 222

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

Shades of Jordy Blue #81A3DE

Tints of Jordy Blue #81A3DE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.71%

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

R = 25.1%
G = 31.71%
B = 43.19%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81A3DE (or 0x81A3DE) is known color: Jordy Blue. HEX triplet: 81, A3 and DE. RGB value is (129,163,222). Sum of RGB (Red+Green+Blue) = 129+163+222=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #81A3DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A3DE is #7E5C21. Grayscale: #9F9F9F. Windows color (decimal): -8281122 or 14590849. OLE color: 14590849.

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

Color convert

RGB 129 163 222 -
CMYK 0.42 0.27 0 0.13
HSL 218.06º 0.58% 0.69% -
HSV(B) 218.06º 0.42% 0.87% -
XYZ 35.34 36.14 74.22 -
YUV 159.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 129 163 222 0.42 0.27 0 0.13 218.06 0.58 0.69
Hex 81 A3 DE 2A 1B 0 D DA 3A 45
Octal 201 243 336 52 33 0 15 332 72 105
Binary 10000001 10100011 11011110 101010 11011 0 1101 11011010 111010 1000101

Color Harmonies of #81A3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A3DE

Black with #81A3DE

Text Example


Text Example

White with #81A3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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