Html Css Color HEX #81B1DF Jordy Blue

📋 copy color: '#81B1DF'

red 129 ◦ green 177 ◦ blue 223

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

Shades of Jordy Blue #81B1DF

Tints of Jordy Blue #81B1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 24.39%
G = 33.46%
B = 42.16%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81B1DF (or 0x81B1DF) is known color: Jordy Blue. HEX triplet: 81, B1 and DF. RGB value is (129,177,223). Sum of RGB (Red+Green+Blue) = 129+177+223=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #81B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1DF is #7E4E20. Grayscale: #A7A7A7. Windows color (decimal): -8277537 or 14659969. OLE color: 14659969.

HSL color Cylindrical-coordinate representation of color #81B1DF: hue angle of 209.36º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81B1DF is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 177 223 -
CMYK 0.42 0.21 0 0.13
HSL 209.36º 0.59% 0.69% -
HSV(B) 209.36º 0.42% 0.87% -
XYZ 38.09 41.44 75.8 -
YUV 167.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 129 177 223 0.42 0.21 0 0.13 209.36 0.59 0.69
Hex 81 B1 DF 2A 15 0 D D1 3B 45
Octal 201 261 337 52 25 0 15 321 73 105
Binary 10000001 10110001 11011111 101010 10101 0 1101 11010001 111011 1000101

Color Harmonies of #81B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B1DF

Black with #81B1DF

Text Example


Text Example

White with #81B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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