Html Css Color HEX #008CE3 Pacific Blue

📋 copy color: '#008CE3'

red 0 ◦ green 140 ◦ blue 227

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

Shades of Pacific Blue #008CE3

Tints of Pacific Blue #008CE3

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 140 (55.08% from 255) = 38.15%

 BLUE value IS 227 (89.06% from 255) = 61.85%

R = 0%
G = 38.15%
B = 61.85%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#008CE3 (or 0x008CE3) is known color: Pacific Blue. HEX triplet: 00, 8C and E3. RGB value is (0,140,227). Sum of RGB (Red+Green+Blue) = 0+140+227=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 227 (89.06% from 255 or 61.85% from 367); Max value from RGB is 227 - color contains mainly: blue. Hex color #008CE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CE3 is #FF731C. Grayscale: #6B6B6B. Windows color (decimal): -16741149 or 14912512. OLE color: 14912512.

HSL color Cylindrical-coordinate representation of color #008CE3: hue angle of 203º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CE3 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 0 140 227 -
CMYK 1 0.38 0 0.11
HSL 203º 1% 0.45% -
HSV(B) 203º 1% 0.89% -
XYZ 23.24 24.3 76.14 -
YUV 108.06 195.12 50.93 -
System Red Green Blue C M Y K H S L
Decimal 0 140 227 1 0.38 0 0.11 203 1 0.45
Hex 0 8C E3 64 26 0 B CB 64 2D
Octal 0 214 343 144 46 0 13 313 144 55
Binary 0 10001100 11100011 1100100 100110 0 1011 11001011 1100100 101101

Color Harmonies of #008CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CE3

Black with #008CE3

Text Example


Text Example

White with #008CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008CE3; }

 p { color: rgb(0,140,227); }

 H1.HeaderClassName
 {
   color: #008CE3;
 }
 .AnyTagClassName
 {
   color: #008CE3;
 }
</style>

background-color css

<style>
 a { background-color: #008CE3; }

 a { background-color: rgb(0,140,227); }

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

border-color css

<style>
 span { border-color: #008CE3; }

 span { border-color: rgb(0,140,227); }

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