Html Css Color HEX #81AFDC Jordy Blue

📋 copy color: '#81AFDC'

red 129 ◦ green 175 ◦ blue 220

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

Shades of Jordy Blue #81AFDC

Tints of Jordy Blue #81AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 24.62%
G = 33.4%
B = 41.98%

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

#81AFDC (or 0x81AFDC) is known color: Jordy Blue. HEX triplet: 81, AF and DC. RGB value is (129,175,220). Sum of RGB (Red+Green+Blue) = 129+175+220=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #81AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFDC is #7E5023. Grayscale: #A6A6A6. Windows color (decimal): -8278052 or 14462849. OLE color: 14462849.

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

Color convert

RGB 129 175 220 -
CMYK 0.41 0.20 0 0.14
HSL 209.67º 0.57% 0.68% -
HSV(B) 209.67º 0.41% 0.86% -
XYZ 37.3 40.49 73.56 -
YUV 166.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 129 175 220 0.41 0.20 0 0.14 209.67 0.57 0.68
Hex 81 AF DC 29 14 0 E D2 39 44
Octal 201 257 334 51 24 0 16 322 71 104
Binary 10000001 10101111 11011100 101001 10100 0 1110 11010010 111001 1000100

Color Harmonies of #81AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFDC

Black with #81AFDC

Text Example


Text Example

White with #81AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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