Html Css Color HEX #81A5E6 Jordy Blue

📋 copy color: '#81A5E6'

red 129 ◦ green 165 ◦ blue 230

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

Shades of Jordy Blue #81A5E6

Tints of Jordy Blue #81A5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 24.62%
G = 31.49%
B = 43.89%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#81A5E6 (or 0x81A5E6) is known color: Jordy Blue. HEX triplet: 81, A5 and E6. RGB value is (129,165,230). Sum of RGB (Red+Green+Blue) = 129+165+230=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #81A5E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A5E6 is #7E5A19. Grayscale: #A1A1A1. Windows color (decimal): -8280602 or 15115649. OLE color: 15115649.

HSL color Cylindrical-coordinate representation of color #81A5E6: hue angle of 218.61º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81A5E6 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 129 165 230 -
CMYK 0.44 0.28 0 0.10
HSL 218.61º 0.67% 0.7% -
HSV(B) 218.61º 0.44% 0.9% -
XYZ 36.79 37.29 80.12 -
YUV 161.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 129 165 230 0.44 0.28 0 0.10 218.61 0.67 0.7
Hex 81 A5 E6 2C 1C 0 A DB 43 46
Octal 201 245 346 54 34 0 12 333 103 106
Binary 10000001 10100101 11100110 101100 11100 0 1010 11011011 1000011 1000110

Color Harmonies of #81A5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A5E6

Black with #81A5E6

Text Example


Text Example

White with #81A5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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