Html Css Color HEX #81AFDF Jordy Blue

📋 copy color: '#81AFDF'

red 129 ◦ green 175 ◦ blue 223

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

Shades of Jordy Blue #81AFDF

Tints of Jordy Blue #81AFDF

RGB

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

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

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

R = 24.48%
G = 33.21%
B = 42.31%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81AFDF (or 0x81AFDF) is known color: Jordy Blue. HEX triplet: 81, AF and DF. RGB value is (129,175,223). Sum of RGB (Red+Green+Blue) = 129+175+223=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #81AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFDF is #7E5020. Grayscale: #A6A6A6. Windows color (decimal): -8278049 or 14659457. OLE color: 14659457.

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

Color convert

RGB 129 175 223 -
CMYK 0.42 0.22 0 0.13
HSL 210.64º 0.59% 0.69% -
HSV(B) 210.64º 0.42% 0.87% -
XYZ 37.7 40.65 75.67 -
YUV 166.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 129 175 223 0.42 0.22 0 0.13 210.64 0.59 0.69
Hex 81 AF DF 2A 16 0 D D3 3B 45
Octal 201 257 337 52 26 0 15 323 73 105
Binary 10000001 10101111 11011111 101010 10110 0 1101 11010011 111011 1000101

Color Harmonies of #81AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFDF

Black with #81AFDF

Text Example


Text Example

White with #81AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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