Html Css Color HEX #81B1DA Jordy Blue

📋 copy color: '#81B1DA'

red 129 ◦ green 177 ◦ blue 218

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

Shades of Jordy Blue #81B1DA

Tints of Jordy Blue #81B1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 24.62%
G = 33.78%
B = 41.6%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#81B1DA (or 0x81B1DA) is known color: Jordy Blue. HEX triplet: 81, B1 and DA. RGB value is (129,177,218). Sum of RGB (Red+Green+Blue) = 129+177+218=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #81B1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1DA is #7E4E25. Grayscale: #A7A7A7. Windows color (decimal): -8277542 or 14332289. OLE color: 14332289.

HSL color Cylindrical-coordinate representation of color #81B1DA: hue angle of 207.64º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81B1DA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 177 218 -
CMYK 0.41 0.19 0 0.15
HSL 207.64º 0.55% 0.68% -
HSV(B) 207.64º 0.41% 0.85% -
XYZ 37.43 41.17 72.3 -
YUV 167.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 129 177 218 0.41 0.19 0 0.15 207.64 0.55 0.68
Hex 81 B1 DA 29 13 0 F D0 37 44
Octal 201 261 332 51 23 0 17 320 67 104
Binary 10000001 10110001 11011010 101001 10011 0 1111 11010000 110111 1000100

Color Harmonies of #81B1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B1DA

Black with #81B1DA

Text Example


Text Example

White with #81B1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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