Html Css Color HEX #81AFDA Jordy Blue

📋 copy color: '#81AFDA'

red 129 ◦ green 175 ◦ blue 218

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

Shades of Jordy Blue #81AFDA

Tints of Jordy Blue #81AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 24.71%
G = 33.52%
B = 41.76%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#81AFDA (or 0x81AFDA) is known color: Jordy Blue. HEX triplet: 81, AF and DA. RGB value is (129,175,218). Sum of RGB (Red+Green+Blue) = 129+175+218=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #81AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFDA is #7E5025. Grayscale: #A5A5A5. Windows color (decimal): -8278054 or 14331777. OLE color: 14331777.

HSL color Cylindrical-coordinate representation of color #81AFDA: hue angle of 208.99º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81AFDA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 175 218 -
CMYK 0.41 0.20 0 0.15
HSL 208.99º 0.55% 0.68% -
HSV(B) 208.99º 0.41% 0.85% -
XYZ 37.04 40.39 72.17 -
YUV 166.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 129 175 218 0.41 0.20 0 0.15 208.99 0.55 0.68
Hex 81 AF DA 29 14 0 F D1 37 44
Octal 201 257 332 51 24 0 17 321 67 104
Binary 10000001 10101111 11011010 101001 10100 0 1111 11010001 110111 1000100

Color Harmonies of #81AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFDA

Black with #81AFDA

Text Example


Text Example

White with #81AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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