Html Css Color HEX #81A0FA Jordy Blue

📋 copy color: '#81A0FA'

red 129 ◦ green 160 ◦ blue 250

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

Shades of Jordy Blue #81A0FA

Tints of Jordy Blue #81A0FA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 250 (98.05% from 255) = 46.38%

R = 23.93%
G = 29.68%
B = 46.38%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81A0FA (or 0x81A0FA) is known color: Jordy Blue. HEX triplet: 81, A0 and FA. RGB value is (129,160,250). Sum of RGB (Red+Green+Blue) = 129+160+250=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #81A0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A0FA is #7E5F05. Grayscale: #A0A0A0. Windows color (decimal): -8281862 or 16425089. OLE color: 16425089.

HSL color Cylindrical-coordinate representation of color #81A0FA: hue angle of 224.63º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81A0FA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 160 250 -
CMYK 0.48 0.36 0 0.02
HSL 224.63º 0.92% 0.74% -
HSV(B) 224.63º 0.48% 0.98% -
XYZ 38.88 36.71 95.48 -
YUV 160.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 129 160 250 0.48 0.36 0 0.02 224.63 0.92 0.74
Hex 81 A0 FA 30 24 0 2 E1 5C 4A
Octal 201 240 372 60 44 0 2 341 134 112
Binary 10000001 10100000 11111010 110000 100100 0 10 11100001 1011100 1001010

Color Harmonies of #81A0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A0FA

Black with #81A0FA

Text Example


Text Example

White with #81A0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,160,250); }

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

background-color css

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

 a { background-color: rgb(129,160,250); }

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

border-color css

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

 span { border-color: rgb(129,160,250); }

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