Html Css Color HEX #81A1FC Jordy Blue

📋 copy color: '#81A1FC'

red 129 ◦ green 161 ◦ blue 252

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

Shades of Jordy Blue #81A1FC

Tints of Jordy Blue #81A1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.7%

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

R = 23.8%
G = 29.7%
B = 46.49%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81A1FC (or 0x81A1FC) is known color: Jordy Blue. HEX triplet: 81, A1 and FC. RGB value is (129,161,252). Sum of RGB (Red+Green+Blue) = 129+161+252=542 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.80% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #81A1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A1FC is #7E5E03. Grayscale: #A1A1A1. Windows color (decimal): -8281604 or 16556417. OLE color: 16556417.

HSL color Cylindrical-coordinate representation of color #81A1FC: hue angle of 224.39º 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 #81A1FC is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 161 252 -
CMYK 0.49 0.36 0 0.01
HSL 224.39º 0.95% 0.75% -
HSV(B) 224.39º 0.49% 0.99% -
XYZ 39.37 37.19 97.2 -
YUV 161.81 178.9 104.6 -
System Red Green Blue C M Y K H S L
Decimal 129 161 252 0.49 0.36 0 0.01 224.39 0.95 0.75
Hex 81 A1 FC 31 24 0 1 E0 5F 4B
Octal 201 241 374 61 44 0 1 340 137 113
Binary 10000001 10100001 11111100 110001 100100 0 1 11100000 1011111 1001011

Color Harmonies of #81A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A1FC

Black with #81A1FC

Text Example


Text Example

White with #81A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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