Html Css Color HEX #81B7EF Jordy Blue

📋 copy color: '#81B7EF'

red 129 ◦ green 183 ◦ blue 239

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

Shades of Jordy Blue #81B7EF

Tints of Jordy Blue #81B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.21%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 23.41%
G = 33.21%
B = 43.38%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81B7EF (or 0x81B7EF) is known color: Jordy Blue. HEX triplet: 81, B7 and EF. RGB value is (129,183,239). Sum of RGB (Red+Green+Blue) = 129+183+239=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #81B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B7EF is #7E4810. Grayscale: #ACACAC. Windows color (decimal): -8275985 or 15710081. OLE color: 15710081.

HSL color Cylindrical-coordinate representation of color #81B7EF: hue angle of 210.55º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B7EF is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 183 239 -
CMYK 0.46 0.23 0 0.06
HSL 210.55º 0.77% 0.72% -
HSV(B) 210.55º 0.46% 0.94% -
XYZ 41.57 44.77 88.11 -
YUV 173.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 129 183 239 0.46 0.23 0 0.06 210.55 0.77 0.72
Hex 81 B7 EF 2E 17 0 6 D3 4D 48
Octal 201 267 357 56 27 0 6 323 115 110
Binary 10000001 10110111 11101111 101110 10111 0 110 11010011 1001101 1001000

Color Harmonies of #81B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B7EF

Black with #81B7EF

Text Example


Text Example

White with #81B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,183,239); }

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

background-color css

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

 a { background-color: rgb(129,183,239); }

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

border-color css

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

 span { border-color: rgb(129,183,239); }

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