Html Css Color HEX #81ACF8 Jordy Blue

📋 copy color: '#81ACF8'

red 129 ◦ green 172 ◦ blue 248

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

Shades of Jordy Blue #81ACF8

Tints of Jordy Blue #81ACF8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.33%

 BLUE value IS 248 (97.27% from 255) = 45.17%

R = 23.5%
G = 31.33%
B = 45.17%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81ACF8 (or 0x81ACF8) is known color: Jordy Blue. HEX triplet: 81, AC and F8. RGB value is (129,172,248). Sum of RGB (Red+Green+Blue) = 129+172+248=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #81ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ACF8 is #7E5307. Grayscale: #A7A7A7. Windows color (decimal): -8278792 or 16297089. OLE color: 16297089.

HSL color Cylindrical-coordinate representation of color #81ACF8: hue angle of 218.32º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81ACF8 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 172 248 -
CMYK 0.48 0.31 0 0.03
HSL 218.32º 0.89% 0.74% -
HSV(B) 218.32º 0.48% 0.97% -
XYZ 40.75 40.95 94.56 -
YUV 167.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 129 172 248 0.48 0.31 0 0.03 218.32 0.89 0.74
Hex 81 AC F8 30 1F 0 3 DA 59 4A
Octal 201 254 370 60 37 0 3 332 131 112
Binary 10000001 10101100 11111000 110000 11111 0 11 11011010 1011001 1001010

Color Harmonies of #81ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACF8

Black with #81ACF8

Text Example


Text Example

White with #81ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,172,248); }

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

background-color css

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

 a { background-color: rgb(129,172,248); }

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

border-color css

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

 span { border-color: rgb(129,172,248); }

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