Html Css Color HEX #81AFDB Jordy Blue

📋 copy color: '#81AFDB'

red 129 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #81AFDB

Tints of Jordy Blue #81AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.46%

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

R = 24.67%
G = 33.46%
B = 41.87%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#81AFDB (or 0x81AFDB) is known color: Jordy Blue. HEX triplet: 81, AF and DB. RGB value is (129,175,219). Sum of RGB (Red+Green+Blue) = 129+175+219=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #81AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFDB is #7E5024. Grayscale: #A6A6A6. Windows color (decimal): -8278053 or 14397313. OLE color: 14397313.

HSL color Cylindrical-coordinate representation of color #81AFDB: hue angle of 209.33º 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 #81AFDB is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 175 219 -
CMYK 0.41 0.20 0 0.14
HSL 209.33º 0.56% 0.68% -
HSV(B) 209.33º 0.41% 0.86% -
XYZ 37.17 40.44 72.86 -
YUV 166.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 129 175 219 0.41 0.20 0 0.14 209.33 0.56 0.68
Hex 81 AF DB 29 14 0 E D1 38 44
Octal 201 257 333 51 24 0 16 321 70 104
Binary 10000001 10101111 11011011 101001 10100 0 1110 11010001 111000 1000100

Color Harmonies of #81AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFDB

Black with #81AFDB

Text Example


Text Example

White with #81AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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