Html Css Color HEX #81B0DA Jordy Blue

📋 copy color: '#81B0DA'

red 129 ◦ green 176 ◦ blue 218

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

Shades of Jordy Blue #81B0DA

Tints of Jordy Blue #81B0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

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

R = 24.67%
G = 33.65%
B = 41.68%

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

#81B0DA (or 0x81B0DA) is known color: Jordy Blue. HEX triplet: 81, B0 and DA. RGB value is (129,176,218). Sum of RGB (Red+Green+Blue) = 129+176+218=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #81B0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B0DA is #7E4F25. Grayscale: #A6A6A6. Windows color (decimal): -8277798 or 14332033. OLE color: 14332033.

HSL color Cylindrical-coordinate representation of color #81B0DA: hue angle of 208.31º 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 #81B0DA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 176 218 -
CMYK 0.41 0.19 0 0.15
HSL 208.31º 0.55% 0.68% -
HSV(B) 208.31º 0.41% 0.85% -
XYZ 37.23 40.78 72.24 -
YUV 166.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 129 176 218 0.41 0.19 0 0.15 208.31 0.55 0.68
Hex 81 B0 DA 29 13 0 F D0 37 44
Octal 201 260 332 51 23 0 17 320 67 104
Binary 10000001 10110000 11011010 101001 10011 0 1111 11010000 110111 1000100

Color Harmonies of #81B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B0DA

Black with #81B0DA

Text Example


Text Example

White with #81B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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