Html Css Color HEX #81A3FC Jordy Blue

📋 copy color: '#81A3FC'

red 129 ◦ green 163 ◦ blue 252

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

Shades of Jordy Blue #81A3FC

Tints of Jordy Blue #81A3FC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.96%

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

R = 23.71%
G = 29.96%
B = 46.32%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81A3FC (or 0x81A3FC) is known color: Jordy Blue. HEX triplet: 81, A3 and FC. RGB value is (129,163,252). Sum of RGB (Red+Green+Blue) = 129+163+252=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #81A3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A3FC is #7E5C03. Grayscale: #A2A2A2. Windows color (decimal): -8281092 or 16556929. OLE color: 16556929.

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

Color convert

RGB 129 163 252 -
CMYK 0.49 0.35 0 0.01
HSL 223.41º 0.95% 0.75% -
HSV(B) 223.41º 0.49% 0.99% -
XYZ 39.72 37.89 97.32 -
YUV 162.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 129 163 252 0.49 0.35 0 0.01 223.41 0.95 0.75
Hex 81 A3 FC 31 23 0 1 DF 5F 4B
Octal 201 243 374 61 43 0 1 337 137 113
Binary 10000001 10100011 11111100 110001 100011 0 1 11011111 1011111 1001011

Color Harmonies of #81A3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A3FC

Black with #81A3FC

Text Example


Text Example

White with #81A3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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