Html Css Color HEX #81ACFC Jordy Blue

📋 copy color: '#81ACFC'

red 129 ◦ green 172 ◦ blue 252

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

Shades of Jordy Blue #81ACFC

Tints of Jordy Blue #81ACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 23.33%
G = 31.1%
B = 45.57%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81ACFC (or 0x81ACFC) is known color: Jordy Blue. HEX triplet: 81, AC and FC. RGB value is (129,172,252). Sum of RGB (Red+Green+Blue) = 129+172+252=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #81ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ACFC is #7E5303. Grayscale: #A7A7A7. Windows color (decimal): -8278788 or 16559233. OLE color: 16559233.

HSL color Cylindrical-coordinate representation of color #81ACFC: hue angle of 219.02º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81ACFC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 172 252 -
CMYK 0.49 0.32 0 0.01
HSL 219.02º 0.95% 0.75% -
HSV(B) 219.02º 0.49% 0.99% -
XYZ 41.38 41.2 97.87 -
YUV 168.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 129 172 252 0.49 0.32 0 0.01 219.02 0.95 0.75
Hex 81 AC FC 31 20 0 1 DB 5F 4B
Octal 201 254 374 61 40 0 1 333 137 113
Binary 10000001 10101100 11111100 110001 100000 0 1 11011011 1011111 1001011

Color Harmonies of #81ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACFC

Black with #81ACFC

Text Example


Text Example

White with #81ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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