Html Css Color HEX #8DAEFC Jordy Blue

📋 copy color: '#8DAEFC'

red 141 ◦ green 174 ◦ blue 252

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

Shades of Jordy Blue #8DAEFC

Tints of Jordy Blue #8DAEFC

RGB

 RED value IS 141 (55.47% from 255) = 24.87%

 GREEN value IS 174 (68.36% from 255) = 30.69%

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

R = 24.87%
G = 30.69%
B = 44.44%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DAEFC (or 0x8DAEFC) is known color: Jordy Blue. HEX triplet: 8D, AE and FC. RGB value is (141,174,252). Sum of RGB (Red+Green+Blue) = 141+174+252=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEFC is #725103. Grayscale: #ACACAC. Windows color (decimal): -7491844 or 16559757. OLE color: 16559757.

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

Color convert

RGB 141 174 252 -
CMYK 0.44 0.31 0 0.01
HSL 222.16º 0.95% 0.77% -
HSV(B) 222.16º 0.44% 0.99% -
XYZ 43.69 42.96 98.09 -
YUV 173.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 141 174 252 0.44 0.31 0 0.01 222.16 0.95 0.77
Hex 8D AE FC 2C 1F 0 1 DE 5F 4D
Octal 215 256 374 54 37 0 1 336 137 115
Binary 10001101 10101110 11111100 101100 11111 0 1 11011110 1011111 1001101

Color Harmonies of #8DAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEFC

Black with #8DAEFC

Text Example


Text Example

White with #8DAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DAEFC; }

 p { color: rgb(141,174,252); }

 H1.HeaderClassName
 {
   color: #8DAEFC;
 }
 .AnyTagClassName
 {
   color: #8DAEFC;
 }
</style>

background-color css

<style>
 a { background-color: #8DAEFC; }

 a { background-color: rgb(141,174,252); }

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

border-color css

<style>
 span { border-color: #8DAEFC; }

 span { border-color: rgb(141,174,252); }

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