Html Css Color HEX #81B1EE Jordy Blue

📋 copy color: '#81B1EE'

red 129 ◦ green 177 ◦ blue 238

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

Shades of Jordy Blue #81B1EE

Tints of Jordy Blue #81B1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.54%

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 23.71%
G = 32.54%
B = 43.75%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81B1EE (or 0x81B1EE) is known color: Jordy Blue. HEX triplet: 81, B1 and EE. RGB value is (129,177,238). Sum of RGB (Red+Green+Blue) = 129+177+238=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #81B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B1EE is #7E4E11. Grayscale: #A9A9A9. Windows color (decimal): -8277522 or 15643009. OLE color: 15643009.

HSL color Cylindrical-coordinate representation of color #81B1EE: hue angle of 213.58º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B1EE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 177 238 -
CMYK 0.46 0.26 0 0.07
HSL 213.58º 0.76% 0.72% -
HSV(B) 213.58º 0.46% 0.93% -
XYZ 40.21 42.28 86.93 -
YUV 169.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 129 177 238 0.46 0.26 0 0.07 213.58 0.76 0.72
Hex 81 B1 EE 2E 1A 0 7 D6 4C 48
Octal 201 261 356 56 32 0 7 326 114 110
Binary 10000001 10110001 11101110 101110 11010 0 111 11010110 1001100 1001000

Color Harmonies of #81B1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B1EE

Black with #81B1EE

Text Example


Text Example

White with #81B1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,177,238); }

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

background-color css

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

 a { background-color: rgb(129,177,238); }

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

border-color css

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

 span { border-color: rgb(129,177,238); }

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