Html Css Color HEX #81A2FF Jordy Blue

📋 copy color: '#81A2FF'

red 129 ◦ green 162 ◦ blue 255

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

Shades of Jordy Blue #81A2FF

Tints of Jordy Blue #81A2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 23.63%
G = 29.67%
B = 46.7%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81A2FF (or 0x81A2FF) is known color: Jordy Blue. HEX triplet: 81, A2 and FF. RGB value is (129,162,255). Sum of RGB (Red+Green+Blue) = 129+162+255=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #81A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A2FF is #7E5D00. Grayscale: #A2A2A2. Windows color (decimal): -8281345 or 16753281. OLE color: 16753281.

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

Color convert

RGB 129 162 255 -
CMYK 0.49 0.36 0 0
HSL 224.29º 1% 0.75% -
HSV(B) 224.29º 0.49% 1% -
XYZ 40.02 37.73 99.78 -
YUV 162.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 129 162 255 0.49 0.36 0 0 224.29 1 0.75
Hex 81 A2 FF 31 24 0 0 E0 64 4B
Octal 201 242 377 61 44 0 0 340 144 113
Binary 10000001 10100010 11111111 110001 100100 0 0 11100000 1100100 1001011

Color Harmonies of #81A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A2FF

Black with #81A2FF

Text Example


Text Example

White with #81A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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