Html Css Color HEX #81A2FA Jordy Blue

📋 copy color: '#81A2FA'

red 129 ◦ green 162 ◦ blue 250

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

Shades of Jordy Blue #81A2FA

Tints of Jordy Blue #81A2FA

RGB

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

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

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

R = 23.84%
G = 29.94%
B = 46.21%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81A2FA (or 0x81A2FA) is known color: Jordy Blue. HEX triplet: 81, A2 and FA. RGB value is (129,162,250). Sum of RGB (Red+Green+Blue) = 129+162+250=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #81A2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A2FA is #7E5D05. Grayscale: #A1A1A1. Windows color (decimal): -8281350 or 16425601. OLE color: 16425601.

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

Color convert

RGB 129 162 250 -
CMYK 0.48 0.35 0 0.02
HSL 223.64º 0.92% 0.74% -
HSV(B) 223.64º 0.48% 0.98% -
XYZ 39.23 37.41 95.6 -
YUV 162.17 177.57 104.34 -
System Red Green Blue C M Y K H S L
Decimal 129 162 250 0.48 0.35 0 0.02 223.64 0.92 0.74
Hex 81 A2 FA 30 23 0 2 E0 5C 4A
Octal 201 242 372 60 43 0 2 340 134 112
Binary 10000001 10100010 11111010 110000 100011 0 10 11100000 1011100 1001010

Color Harmonies of #81A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A2FA

Black with #81A2FA

Text Example


Text Example

White with #81A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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