Html Css Color HEX #81A7DB Jordy Blue

📋 copy color: '#81A7DB'

red 129 ◦ green 167 ◦ blue 219

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

Shades of Jordy Blue #81A7DB

Tints of Jordy Blue #81A7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 25.05%
G = 32.43%
B = 42.52%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#81A7DB (or 0x81A7DB) is known color: Jordy Blue. HEX triplet: 81, A7 and DB. RGB value is (129,167,219). Sum of RGB (Red+Green+Blue) = 129+167+219=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #81A7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7DB is #7E5824. Grayscale: #A1A1A1. Windows color (decimal): -8280101 or 14395265. OLE color: 14395265.

HSL color Cylindrical-coordinate representation of color #81A7DB: hue angle of 214.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81A7DB is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 167 219 -
CMYK 0.41 0.24 0 0.14
HSL 214.67º 0.56% 0.68% -
HSV(B) 214.67º 0.41% 0.86% -
XYZ 35.66 37.42 72.36 -
YUV 161.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 129 167 219 0.41 0.24 0 0.14 214.67 0.56 0.68
Hex 81 A7 DB 29 18 0 E D7 38 44
Octal 201 247 333 51 30 0 16 327 70 104
Binary 10000001 10100111 11011011 101001 11000 0 1110 11010111 111000 1000100

Color Harmonies of #81A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A7DB

Black with #81A7DB

Text Example


Text Example

White with #81A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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