Html Css Color HEX #068EDF Pacific Blue

📋 copy color: '#068EDF'

red 6 ◦ green 142 ◦ blue 223

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

Shades of Pacific Blue #068EDF

Tints of Pacific Blue #068EDF

RGB

 RED value IS 6 (2.73% from 255) = 1.62%

 GREEN value IS 142 (55.86% from 255) = 38.27%

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 1.62%
G = 38.27%
B = 60.11%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#068EDF (or 0x068EDF) is known color: Pacific Blue. HEX triplet: 06, 8E and DF. RGB value is (6,142,223). Sum of RGB (Red+Green+Blue) = 6+142+223=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #068EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EDF is #F97120. Grayscale: #6E6E6E. Windows color (decimal): -16347425 or 14650886. OLE color: 14650886.

HSL color Cylindrical-coordinate representation of color #068EDF: hue angle of 202.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EDF is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 142 223 -
CMYK 0.97 0.36 0 0.13
HSL 202.4º 0.95% 0.45% -
HSV(B) 202.4º 0.97% 0.87% -
XYZ 23.07 24.71 73.37 -
YUV 110.57 191.44 53.41 -
System Red Green Blue C M Y K H S L
Decimal 6 142 223 0.97 0.36 0 0.13 202.4 0.95 0.45
Hex 6 8E DF 61 24 0 D CA 5F 2D
Octal 6 216 337 141 44 0 15 312 137 55
Binary 110 10001110 11011111 1100001 100100 0 1101 11001010 1011111 101101

Color Harmonies of #068EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068EDF

Black with #068EDF

Text Example


Text Example

White with #068EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068EDF; }

 p { color: rgb(6,142,223); }

 H1.HeaderClassName
 {
   color: #068EDF;
 }
 .AnyTagClassName
 {
   color: #068EDF;
 }
</style>

background-color css

<style>
 a { background-color: #068EDF; }

 a { background-color: rgb(6,142,223); }

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

border-color css

<style>
 span { border-color: #068EDF; }

 span { border-color: rgb(6,142,223); }

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