Html Css Color HEX #81AFEE Jordy Blue

📋 copy color: '#81AFEE'

red 129 ◦ green 175 ◦ blue 238

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

Shades of Jordy Blue #81AFEE

Tints of Jordy Blue #81AFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.29%

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

R = 23.8%
G = 32.29%
B = 43.91%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81AFEE (or 0x81AFEE) is known color: Jordy Blue. HEX triplet: 81, AF and EE. RGB value is (129,175,238). Sum of RGB (Red+Green+Blue) = 129+175+238=542 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.80% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #81AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFEE is #7E5011. Grayscale: #A8A8A8. Windows color (decimal): -8278034 or 15642497. OLE color: 15642497.

HSL color Cylindrical-coordinate representation of color #81AFEE: hue angle of 214.68º 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 #81AFEE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 175 238 -
CMYK 0.46 0.26 0 0.07
HSL 214.68º 0.76% 0.72% -
HSV(B) 214.68º 0.46% 0.93% -
XYZ 39.82 41.5 86.8 -
YUV 168.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 129 175 238 0.46 0.26 0 0.07 214.68 0.76 0.72
Hex 81 AF EE 2E 1A 0 7 D7 4C 48
Octal 201 257 356 56 32 0 7 327 114 110
Binary 10000001 10101111 11101110 101110 11010 0 111 11010111 1001100 1001000

Color Harmonies of #81AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFEE

Black with #81AFEE

Text Example


Text Example

White with #81AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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