Html Css Color HEX #81B2DF Jordy Blue

📋 copy color: '#81B2DF'

red 129 ◦ green 178 ◦ blue 223

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

Shades of Jordy Blue #81B2DF

Tints of Jordy Blue #81B2DF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

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

R = 24.34%
G = 33.58%
B = 42.08%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81B2DF (or 0x81B2DF) is known color: Jordy Blue. HEX triplet: 81, B2 and DF. RGB value is (129,178,223). Sum of RGB (Red+Green+Blue) = 129+178+223=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #81B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2DF is #7E4D20. Grayscale: #A8A8A8. Windows color (decimal): -8277281 or 14660225. OLE color: 14660225.

HSL color Cylindrical-coordinate representation of color #81B2DF: hue angle of 208.72º 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 #81B2DF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 178 223 -
CMYK 0.42 0.20 0 0.13
HSL 208.72º 0.59% 0.69% -
HSV(B) 208.72º 0.42% 0.87% -
XYZ 38.29 41.84 75.87 -
YUV 168.48 158.77 99.84 -
System Red Green Blue C M Y K H S L
Decimal 129 178 223 0.42 0.20 0 0.13 208.72 0.59 0.69
Hex 81 B2 DF 2A 14 0 D D1 3B 45
Octal 201 262 337 52 24 0 15 321 73 105
Binary 10000001 10110010 11011111 101010 10100 0 1101 11010001 111011 1000101

Color Harmonies of #81B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B2DF

Black with #81B2DF

Text Example


Text Example

White with #81B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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