Html Css Color HEX #81AFE7 Jordy Blue

📋 copy color: '#81AFE7'

red 129 ◦ green 175 ◦ blue 231

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

Shades of Jordy Blue #81AFE7

Tints of Jordy Blue #81AFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 24.11%
G = 32.71%
B = 43.18%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#81AFE7 (or 0x81AFE7) is known color: Jordy Blue. HEX triplet: 81, AF and E7. RGB value is (129,175,231). Sum of RGB (Red+Green+Blue) = 129+175+231=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #81AFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFE7 is #7E5018. Grayscale: #A7A7A7. Windows color (decimal): -8278041 or 15183745. OLE color: 15183745.

HSL color Cylindrical-coordinate representation of color #81AFE7: hue angle of 212.94º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81AFE7 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 175 231 -
CMYK 0.44 0.24 0 0.09
HSL 212.94º 0.68% 0.71% -
HSV(B) 212.94º 0.44% 0.91% -
XYZ 38.81 41.1 81.49 -
YUV 167.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 129 175 231 0.44 0.24 0 0.09 212.94 0.68 0.71
Hex 81 AF E7 2C 18 0 9 D5 44 47
Octal 201 257 347 54 30 0 11 325 104 107
Binary 10000001 10101111 11100111 101100 11000 0 1001 11010101 1000100 1000111

Color Harmonies of #81AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFE7

Black with #81AFE7

Text Example


Text Example

White with #81AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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