Html Css Color HEX #81B2EE Jordy Blue

📋 copy color: '#81B2EE'

red 129 ◦ green 178 ◦ blue 238

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

Shades of Jordy Blue #81B2EE

Tints of Jordy Blue #81B2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 23.67%
G = 32.66%
B = 43.67%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81B2EE (or 0x81B2EE) is known color: Jordy Blue. HEX triplet: 81, B2 and EE. RGB value is (129,178,238). Sum of RGB (Red+Green+Blue) = 129+178+238=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #81B2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B2EE is #7E4D11. Grayscale: #A9A9A9. Windows color (decimal): -8277266 or 15643265. OLE color: 15643265.

HSL color Cylindrical-coordinate representation of color #81B2EE: hue angle of 213.03º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B2EE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 178 238 -
CMYK 0.46 0.25 0 0.07
HSL 213.03º 0.76% 0.72% -
HSV(B) 213.03º 0.46% 0.93% -
XYZ 40.41 42.68 87 -
YUV 170.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 129 178 238 0.46 0.25 0 0.07 213.03 0.76 0.72
Hex 81 B2 EE 2E 19 0 7 D5 4C 48
Octal 201 262 356 56 31 0 7 325 114 110
Binary 10000001 10110010 11101110 101110 11001 0 111 11010101 1001100 1001000

Color Harmonies of #81B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B2EE

Black with #81B2EE

Text Example


Text Example

White with #81B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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