Html Css Color HEX #8DB2FA Jordy Blue

📋 copy color: '#8DB2FA'

red 141 ◦ green 178 ◦ blue 250

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

Shades of Jordy Blue #8DB2FA

Tints of Jordy Blue #8DB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.28%

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 24.78%
G = 31.28%
B = 43.94%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DB2FA (or 0x8DB2FA) is known color: Jordy Blue. HEX triplet: 8D, B2 and FA. RGB value is (141,178,250). Sum of RGB (Red+Green+Blue) = 141+178+250=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DB2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2FA is #724D05. Grayscale: #AEAEAE. Windows color (decimal): -7490822 or 16429709. OLE color: 16429709.

HSL color Cylindrical-coordinate representation of color #8DB2FA: hue angle of 219.63º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB2FA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 178 250 -
CMYK 0.44 0.29 0 0.02
HSL 219.63º 0.92% 0.77% -
HSV(B) 219.63º 0.44% 0.98% -
XYZ 44.16 44.41 96.69 -
YUV 175.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 141 178 250 0.44 0.29 0 0.02 219.63 0.92 0.77
Hex 8D B2 FA 2C 1D 0 2 DC 5C 4D
Octal 215 262 372 54 35 0 2 334 134 115
Binary 10001101 10110010 11111010 101100 11101 0 10 11011100 1011100 1001101

Color Harmonies of #8DB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2FA

Black with #8DB2FA

Text Example


Text Example

White with #8DB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,178,250); }

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

background-color css

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

 a { background-color: rgb(141,178,250); }

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

border-color css

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

 span { border-color: rgb(141,178,250); }

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