Html Css Color HEX #81A8F8 Jordy Blue

📋 copy color: '#81A8F8'

red 129 ◦ green 168 ◦ blue 248

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

Shades of Jordy Blue #81A8F8

Tints of Jordy Blue #81A8F8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.83%

 BLUE value IS 248 (97.27% from 255) = 45.5%

R = 23.67%
G = 30.83%
B = 45.5%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81A8F8 (or 0x81A8F8) is known color: Jordy Blue. HEX triplet: 81, A8 and F8. RGB value is (129,168,248). Sum of RGB (Red+Green+Blue) = 129+168+248=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #81A8F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A8F8 is #7E5707. Grayscale: #A5A5A5. Windows color (decimal): -8279816 or 16296065. OLE color: 16296065.

HSL color Cylindrical-coordinate representation of color #81A8F8: hue angle of 220.34º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81A8F8 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 168 248 -
CMYK 0.48 0.32 0 0.03
HSL 220.34º 0.89% 0.74% -
HSV(B) 220.34º 0.48% 0.97% -
XYZ 40 39.45 94.31 -
YUV 165.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 129 168 248 0.48 0.32 0 0.03 220.34 0.89 0.74
Hex 81 A8 F8 30 20 0 3 DC 59 4A
Octal 201 250 370 60 40 0 3 334 131 112
Binary 10000001 10101000 11111000 110000 100000 0 11 11011100 1011001 1001010

Color Harmonies of #81A8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A8F8

Black with #81A8F8

Text Example


Text Example

White with #81A8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,168,248); }

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

background-color css

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

 a { background-color: rgb(129,168,248); }

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

border-color css

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

 span { border-color: rgb(129,168,248); }

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