Html Css Color HEX #8DADFC Jordy Blue

📋 copy color: '#8DADFC'

red 141 ◦ green 173 ◦ blue 252

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

Shades of Jordy Blue #8DADFC

Tints of Jordy Blue #8DADFC

RGB

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

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

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

R = 24.91%
G = 30.57%
B = 44.52%

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

#8DADFC (or 0x8DADFC) is known color: Jordy Blue. HEX triplet: 8D, AD and FC. RGB value is (141,173,252). Sum of RGB (Red+Green+Blue) = 141+173+252=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADFC is #725203. Grayscale: #ACACAC. Windows color (decimal): -7492100 or 16559501. OLE color: 16559501.

HSL color Cylindrical-coordinate representation of color #8DADFC: hue angle of 222.7º 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 #8DADFC is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 173 252 -
CMYK 0.44 0.31 0 0.01
HSL 222.7º 0.95% 0.77% -
HSV(B) 222.7º 0.44% 0.99% -
XYZ 43.5 42.58 98.02 -
YUV 172.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 141 173 252 0.44 0.31 0 0.01 222.7 0.95 0.77
Hex 8D AD FC 2C 1F 0 1 DF 5F 4D
Octal 215 255 374 54 37 0 1 337 137 115
Binary 10001101 10101101 11111100 101100 11111 0 1 11011111 1011111 1001101

Color Harmonies of #8DADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADFC

Black with #8DADFC

Text Example


Text Example

White with #8DADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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