Html Css Color HEX #81A2FE Jordy Blue

📋 copy color: '#81A2FE'

red 129 ◦ green 162 ◦ blue 254

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

Shades of Jordy Blue #81A2FE

Tints of Jordy Blue #81A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.72%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 23.67%
G = 29.72%
B = 46.61%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81A2FE (or 0x81A2FE) is known color: Jordy Blue. HEX triplet: 81, A2 and FE. RGB value is (129,162,254). Sum of RGB (Red+Green+Blue) = 129+162+254=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #81A2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A2FE is #7E5D01. Grayscale: #A2A2A2. Windows color (decimal): -8281346 or 16687745. OLE color: 16687745.

HSL color Cylindrical-coordinate representation of color #81A2FE: hue angle of 224.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81A2FE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 162 254 -
CMYK 0.49 0.36 0 0.00
HSL 224.16º 0.98% 0.75% -
HSV(B) 224.16º 0.49% 1% -
XYZ 39.86 37.66 98.93 -
YUV 162.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 129 162 254 0.49 0.36 0 0.00 224.16 0.98 0.75
Hex 81 A2 FE 31 24 0 0 E0 62 4B
Octal 201 242 376 61 44 0 0 340 142 113
Binary 10000001 10100010 11111110 110001 100100 0 0 11100000 1100010 1001011

Color Harmonies of #81A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A2FE

Black with #81A2FE

Text Example


Text Example

White with #81A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,162,254); }

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

background-color css

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

 a { background-color: rgb(129,162,254); }

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

border-color css

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

 span { border-color: rgb(129,162,254); }

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