Html Css Color HEX #8CB0FB Jordy Blue

📋 copy color: '#8CB0FB'

red 140 ◦ green 176 ◦ blue 251

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

Shades of Jordy Blue #8CB0FB

Tints of Jordy Blue #8CB0FB

RGB

 RED value IS 140 (55.08% from 255) = 24.69%

 GREEN value IS 176 (69.14% from 255) = 31.04%

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 24.69%
G = 31.04%
B = 44.27%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CB0FB (or 0x8CB0FB) is known color: Jordy Blue. HEX triplet: 8C, B0 and FB. RGB value is (140,176,251). Sum of RGB (Red+Green+Blue) = 140+176+251=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CB0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB0FB is #734F04. Grayscale: #ADADAD. Windows color (decimal): -7556869 or 16494732. OLE color: 16494732.

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

Color convert

RGB 140 176 251 -
CMYK 0.44 0.30 0 0.02
HSL 220.54º 0.93% 0.77% -
HSV(B) 220.54º 0.44% 0.98% -
XYZ 43.75 43.59 97.37 -
YUV 173.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 140 176 251 0.44 0.30 0 0.02 220.54 0.93 0.77
Hex 8C B0 FB 2C 1E 0 2 DD 5D 4D
Octal 214 260 373 54 36 0 2 335 135 115
Binary 10001100 10110000 11111011 101100 11110 0 10 11011101 1011101 1001101

Color Harmonies of #8CB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0FB

Black with #8CB0FB

Text Example


Text Example

White with #8CB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,176,251); }

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

background-color css

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

 a { background-color: rgb(140,176,251); }

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

border-color css

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

 span { border-color: rgb(140,176,251); }

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