Html Css Color HEX #81A8DF Jordy Blue

📋 copy color: '#81A8DF'

red 129 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #81A8DF

Tints of Jordy Blue #81A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.31%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 24.81%
G = 32.31%
B = 42.88%

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

#81A8DF (or 0x81A8DF) is known color: Jordy Blue. HEX triplet: 81, A8 and DF. RGB value is (129,168,223). Sum of RGB (Red+Green+Blue) = 129+168+223=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #81A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8DF is #7E5720. Grayscale: #A2A2A2. Windows color (decimal): -8279841 or 14657665. OLE color: 14657665.

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

Color convert

RGB 129 168 223 -
CMYK 0.42 0.25 0 0.13
HSL 215.11º 0.59% 0.69% -
HSV(B) 215.11º 0.42% 0.87% -
XYZ 36.38 38 75.23 -
YUV 162.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 129 168 223 0.42 0.25 0 0.13 215.11 0.59 0.69
Hex 81 A8 DF 2A 19 0 D D7 3B 45
Octal 201 250 337 52 31 0 15 327 73 105
Binary 10000001 10101000 11011111 101010 11001 0 1101 11010111 111011 1000101

Color Harmonies of #81A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A8DF

Black with #81A8DF

Text Example


Text Example

White with #81A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,168,223); }

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

background-color css

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

 a { background-color: rgb(129,168,223); }

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

border-color css

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

 span { border-color: rgb(129,168,223); }

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