Html Css Color HEX #81B8EB Jordy Blue

📋 copy color: '#81B8EB'

red 129 ◦ green 184 ◦ blue 235

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

Shades of Jordy Blue #81B8EB

Tints of Jordy Blue #81B8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.58%

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

R = 23.54%
G = 33.58%
B = 42.88%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81B8EB (or 0x81B8EB) is known color: Jordy Blue. HEX triplet: 81, B8 and EB. RGB value is (129,184,235). Sum of RGB (Red+Green+Blue) = 129+184+235=548 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.54% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #81B8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B8EB is #7E4714. Grayscale: #ADADAD. Windows color (decimal): -8275733 or 15448193. OLE color: 15448193.

HSL color Cylindrical-coordinate representation of color #81B8EB: hue angle of 208.87º 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 #81B8EB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 184 235 -
CMYK 0.45 0.22 0 0.08
HSL 208.87º 0.73% 0.71% -
HSV(B) 208.87º 0.45% 0.92% -
XYZ 41.19 44.95 85.1 -
YUV 173.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 129 184 235 0.45 0.22 0 0.08 208.87 0.73 0.71
Hex 81 B8 EB 2D 16 0 8 D1 49 47
Octal 201 270 353 55 26 0 10 321 111 107
Binary 10000001 10111000 11101011 101101 10110 0 1000 11010001 1001001 1000111

Color Harmonies of #81B8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B8EB

Black with #81B8EB

Text Example


Text Example

White with #81B8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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