Html Css Color HEX #81A0FB Jordy Blue

📋 copy color: '#81A0FB'

red 129 ◦ green 160 ◦ blue 251

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

Shades of Jordy Blue #81A0FB

Tints of Jordy Blue #81A0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 23.89%
G = 29.63%
B = 46.48%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81A0FB (or 0x81A0FB) is known color: Jordy Blue. HEX triplet: 81, A0 and FB. RGB value is (129,160,251). Sum of RGB (Red+Green+Blue) = 129+160+251=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #81A0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A0FB is #7E5F04. Grayscale: #A0A0A0. Windows color (decimal): -8281861 or 16490625. OLE color: 16490625.

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

Color convert

RGB 129 160 251 -
CMYK 0.49 0.36 0 0.02
HSL 224.75º 0.94% 0.75% -
HSV(B) 224.75º 0.49% 0.98% -
XYZ 39.04 36.77 96.31 -
YUV 161.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 129 160 251 0.49 0.36 0 0.02 224.75 0.94 0.75
Hex 81 A0 FB 31 24 0 2 E1 5E 4B
Octal 201 240 373 61 44 0 2 341 136 113
Binary 10000001 10100000 11111011 110001 100100 0 10 11100001 1011110 1001011

Color Harmonies of #81A0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A0FB

Black with #81A0FB

Text Example


Text Example

White with #81A0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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