Html Css Color HEX #81A5FA Jordy Blue

📋 copy color: '#81A5FA'

red 129 ◦ green 165 ◦ blue 250

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

Shades of Jordy Blue #81A5FA

Tints of Jordy Blue #81A5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

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

R = 23.71%
G = 30.33%
B = 45.96%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81A5FA (or 0x81A5FA) is known color: Jordy Blue. HEX triplet: 81, A5 and FA. RGB value is (129,165,250). Sum of RGB (Red+Green+Blue) = 129+165+250=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #81A5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A5FA is #7E5A05. Grayscale: #A3A3A3. Windows color (decimal): -8280582 or 16426369. OLE color: 16426369.

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

Color convert

RGB 129 165 250 -
CMYK 0.48 0.34 0 0.02
HSL 222.15º 0.92% 0.74% -
HSV(B) 222.15º 0.48% 0.98% -
XYZ 39.76 38.48 95.77 -
YUV 163.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 129 165 250 0.48 0.34 0 0.02 222.15 0.92 0.74
Hex 81 A5 FA 30 22 0 2 DE 5C 4A
Octal 201 245 372 60 42 0 2 336 134 112
Binary 10000001 10100101 11111010 110000 100010 0 10 11011110 1011100 1001010

Color Harmonies of #81A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A5FA

Black with #81A5FA

Text Example


Text Example

White with #81A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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