Html Css Color HEX #026E8E Cerulean

📋 copy color: '#026E8E'

red 2 ◦ green 110 ◦ blue 142

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

Shades of Cerulean #026E8E

Tints of Cerulean #026E8E

RGB

 RED value IS 2 (1.17% from 255) = 0.79%

 GREEN value IS 110 (43.36% from 255) = 43.31%

 BLUE value IS 142 (55.86% from 255) = 55.91%

R = 0.79%
G = 43.31%
B = 55.91%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#026E8E (or 0x026E8E) is known color: Cerulean. HEX triplet: 02, 6E and 8E. RGB value is (2,110,142). Sum of RGB (Red+Green+Blue) = 2+110+142=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #026E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E8E is #FD9171. Grayscale: #515151. Windows color (decimal): -16617842 or 9334274. OLE color: 9334274.

HSL color Cylindrical-coordinate representation of color #026E8E: hue angle of 193.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026E8E is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 110 142 -
CMYK 0.99 0.23 0 0.44
HSL 193.71º 0.97% 0.28% -
HSV(B) 193.71º 0.99% 0.56% -
XYZ 10.48 13.12 27.57 -
YUV 81.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 2 110 142 0.99 0.23 0 0.44 193.71 0.97 0.28
Hex 2 6E 8E 63 17 0 2C C2 61 1C
Octal 2 156 216 143 27 0 54 302 141 34
Binary 10 1101110 10001110 1100011 10111 0 101100 11000010 1100001 11100

Color Harmonies of #026E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026E8E

Black with #026E8E

Text Example


Text Example

White with #026E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026E8E; }

 p { color: rgb(2,110,142); }

 H1.HeaderClassName
 {
   color: #026E8E;
 }
 .AnyTagClassName
 {
   color: #026E8E;
 }
</style>

background-color css

<style>
 a { background-color: #026E8E; }

 a { background-color: rgb(2,110,142); }

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

border-color css

<style>
 span { border-color: #026E8E; }

 span { border-color: rgb(2,110,142); }

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