Html Css Color HEX #81A8FE Jordy Blue

📋 copy color: '#81A8FE'

red 129 ◦ green 168 ◦ blue 254

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

Shades of Jordy Blue #81A8FE

Tints of Jordy Blue #81A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.49%

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

R = 23.41%
G = 30.49%
B = 46.1%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81A8FE (or 0x81A8FE) is known color: Jordy Blue. HEX triplet: 81, A8 and FE. RGB value is (129,168,254). Sum of RGB (Red+Green+Blue) = 129+168+254=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #81A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A8FE is #7E5701. Grayscale: #A5A5A5. Windows color (decimal): -8279810 or 16689281. OLE color: 16689281.

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

Color convert

RGB 129 168 254 -
CMYK 0.49 0.34 0 0.00
HSL 221.28º 0.98% 0.75% -
HSV(B) 221.28º 0.49% 1% -
XYZ 40.95 39.83 99.3 -
YUV 166.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 129 168 254 0.49 0.34 0 0.00 221.28 0.98 0.75
Hex 81 A8 FE 31 22 0 0 DD 62 4B
Octal 201 250 376 61 42 0 0 335 142 113
Binary 10000001 10101000 11111110 110001 100010 0 0 11011101 1100010 1001011

Color Harmonies of #81A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A8FE

Black with #81A8FE

Text Example


Text Example

White with #81A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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