Html Css Color HEX #026B8F Cerulean

📋 copy color: '#026B8F'

red 2 ◦ green 107 ◦ blue 143

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

Shades of Cerulean #026B8F

Tints of Cerulean #026B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.46%

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

R = 0.79%
G = 42.46%
B = 56.75%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#026B8F (or 0x026B8F) is known color: Cerulean. HEX triplet: 02, 6B and 8F. RGB value is (2,107,143). Sum of RGB (Red+Green+Blue) = 2+107+143=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #026B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026B8F is #FD9470. Grayscale: #4F4F4F. Windows color (decimal): -16618609 or 9399042. OLE color: 9399042.

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

Color convert

RGB 2 107 143 -
CMYK 0.99 0.25 0 0.44
HSL 195.32º 0.97% 0.28% -
HSV(B) 195.32º 0.99% 0.56% -
XYZ 10.24 12.51 27.86 -
YUV 79.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 2 107 143 0.99 0.25 0 0.44 195.32 0.97 0.28
Hex 2 6B 8F 63 19 0 2C C3 61 1C
Octal 2 153 217 143 31 0 54 303 141 34
Binary 10 1101011 10001111 1100011 11001 0 101100 11000011 1100001 11100

Color Harmonies of #026B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026B8F

Black with #026B8F

Text Example


Text Example

White with #026B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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