Html Css Color HEX #81A8EB Jordy Blue

📋 copy color: '#81A8EB'

red 129 ◦ green 168 ◦ blue 235

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

Shades of Jordy Blue #81A8EB

Tints of Jordy Blue #81A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.58%

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 24.25%
G = 31.58%
B = 44.17%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81A8EB (or 0x81A8EB) is known color: Jordy Blue. HEX triplet: 81, A8 and EB. RGB value is (129,168,235). Sum of RGB (Red+Green+Blue) = 129+168+235=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #81A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A8EB is #7E5714. Grayscale: #A3A3A3. Windows color (decimal): -8279829 or 15444097. OLE color: 15444097.

HSL color Cylindrical-coordinate representation of color #81A8EB: hue angle of 217.92º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81A8EB is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 168 235 -
CMYK 0.45 0.29 0 0.08
HSL 217.92º 0.73% 0.71% -
HSV(B) 217.92º 0.45% 0.92% -
XYZ 38.05 38.67 84.06 -
YUV 163.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 129 168 235 0.45 0.29 0 0.08 217.92 0.73 0.71
Hex 81 A8 EB 2D 1D 0 8 DA 49 47
Octal 201 250 353 55 35 0 10 332 111 107
Binary 10000001 10101000 11101011 101101 11101 0 1000 11011010 1001001 1000111

Color Harmonies of #81A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A8EB

Black with #81A8EB

Text Example


Text Example

White with #81A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,168,235); }

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

background-color css

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

 a { background-color: rgb(129,168,235); }

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

border-color css

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

 span { border-color: rgb(129,168,235); }

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