Html Css Color HEX #8DB1FC Jordy Blue

📋 copy color: '#8DB1FC'

red 141 ◦ green 177 ◦ blue 252

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

Shades of Jordy Blue #8DB1FC

Tints of Jordy Blue #8DB1FC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.05%

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

R = 24.74%
G = 31.05%
B = 44.21%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DB1FC (or 0x8DB1FC) is known color: Jordy Blue. HEX triplet: 8D, B1 and FC. RGB value is (141,177,252). Sum of RGB (Red+Green+Blue) = 141+177+252=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DB1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1FC is #724E03. Grayscale: #AEAEAE. Windows color (decimal): -7491076 or 16560525. OLE color: 16560525.

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

Color convert

RGB 141 177 252 -
CMYK 0.44 0.30 0 0.01
HSL 220.54º 0.95% 0.77% -
HSV(B) 220.54º 0.44% 0.99% -
XYZ 44.28 44.14 98.28 -
YUV 174.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 141 177 252 0.44 0.30 0 0.01 220.54 0.95 0.77
Hex 8D B1 FC 2C 1E 0 1 DD 5F 4D
Octal 215 261 374 54 36 0 1 335 137 115
Binary 10001101 10110001 11111100 101100 11110 0 1 11011101 1011111 1001101

Color Harmonies of #8DB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB1FC

Black with #8DB1FC

Text Example


Text Example

White with #8DB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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