Html Css Color HEX #026C8F Cerulean

📋 copy color: '#026C8F'

red 2 ◦ green 108 ◦ blue 143

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

Shades of Cerulean #026C8F

Tints of Cerulean #026C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.69%

 BLUE value IS 143 (56.25% from 255) = 56.52%

R = 0.79%
G = 42.69%
B = 56.52%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#026C8F (or 0x026C8F) is known color: Cerulean. HEX triplet: 02, 6C and 8F. RGB value is (2,108,143). Sum of RGB (Red+Green+Blue) = 2+108+143=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #026C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026C8F is #FD9370. Grayscale: #505050. Windows color (decimal): -16618353 or 9399298. OLE color: 9399298.

HSL color Cylindrical-coordinate representation of color #026C8F: hue angle of 194.89º 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 #026C8F is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 108 143 -
CMYK 0.99 0.24 0 0.44
HSL 194.89º 0.97% 0.28% -
HSV(B) 194.89º 0.99% 0.56% -
XYZ 10.35 12.72 27.9 -
YUV 80.3 163.38 72.15 -
System Red Green Blue C M Y K H S L
Decimal 2 108 143 0.99 0.24 0 0.44 194.89 0.97 0.28
Hex 2 6C 8F 63 18 0 2C C3 61 1C
Octal 2 154 217 143 30 0 54 303 141 34
Binary 10 1101100 10001111 1100011 11000 0 101100 11000011 1100001 11100

Color Harmonies of #026C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C8F

Black with #026C8F

Text Example


Text Example

White with #026C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,108,143); }

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

background-color css

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

 a { background-color: rgb(2,108,143); }

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

border-color css

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

 span { border-color: rgb(2,108,143); }

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