Html Css Color HEX #81ADFC Jordy Blue

📋 copy color: '#81ADFC'

red 129 ◦ green 173 ◦ blue 252

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

Shades of Jordy Blue #81ADFC

Tints of Jordy Blue #81ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 23.29%
G = 31.23%
B = 45.49%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81ADFC (or 0x81ADFC) is known color: Jordy Blue. HEX triplet: 81, AD and FC. RGB value is (129,173,252). Sum of RGB (Red+Green+Blue) = 129+173+252=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #81ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADFC is #7E5203. Grayscale: #A8A8A8. Windows color (decimal): -8278532 or 16559489. OLE color: 16559489.

HSL color Cylindrical-coordinate representation of color #81ADFC: hue angle of 218.54º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81ADFC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 173 252 -
CMYK 0.49 0.31 0 0.01
HSL 218.54º 0.95% 0.75% -
HSV(B) 218.54º 0.49% 0.99% -
XYZ 41.57 41.58 97.93 -
YUV 168.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 129 173 252 0.49 0.31 0 0.01 218.54 0.95 0.75
Hex 81 AD FC 31 1F 0 1 DB 5F 4B
Octal 201 255 374 61 37 0 1 333 137 113
Binary 10000001 10101101 11111100 110001 11111 0 1 11011011 1011111 1001011

Color Harmonies of #81ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADFC

Black with #81ADFC

Text Example


Text Example

White with #81ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,252); }

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

background-color css

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

 a { background-color: rgb(129,173,252); }

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

border-color css

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

 span { border-color: rgb(129,173,252); }

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