Html Css Color HEX #027C9F Cerulean

📋 copy color: '#027C9F'

red 2 ◦ green 124 ◦ blue 159

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

Shades of Cerulean #027C9F

Tints of Cerulean #027C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.51%

 BLUE value IS 159 (62.5% from 255) = 55.79%

R = 0.7%
G = 43.51%
B = 55.79%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#027C9F (or 0x027C9F) is known color: Cerulean. HEX triplet: 02, 7C and 9F. RGB value is (2,124,159). Sum of RGB (Red+Green+Blue) = 2+124+159=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #027C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C9F is #FD8360. Grayscale: #5B5B5B. Windows color (decimal): -16614241 or 10451970. OLE color: 10451970.

HSL color Cylindrical-coordinate representation of color #027C9F: hue angle of 193.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027C9F is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 124 159 -
CMYK 0.99 0.22 0 0.38
HSL 193.38º 0.98% 0.32% -
HSV(B) 193.38º 0.99% 0.62% -
XYZ 13.49 16.93 35.36 -
YUV 91.51 166.08 64.15 -
System Red Green Blue C M Y K H S L
Decimal 2 124 159 0.99 0.22 0 0.38 193.38 0.98 0.32
Hex 2 7C 9F 63 16 0 26 C1 62 20
Octal 2 174 237 143 26 0 46 301 142 40
Binary 10 1111100 10011111 1100011 10110 0 100110 11000001 1100010 100000

Color Harmonies of #027C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C9F

Black with #027C9F

Text Example


Text Example

White with #027C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C9F; }

 p { color: rgb(2,124,159); }

 H1.HeaderClassName
 {
   color: #027C9F;
 }
 .AnyTagClassName
 {
   color: #027C9F;
 }
</style>

background-color css

<style>
 a { background-color: #027C9F; }

 a { background-color: rgb(2,124,159); }

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

border-color css

<style>
 span { border-color: #027C9F; }

 span { border-color: rgb(2,124,159); }

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