Html Css Color HEX #0CBFCC Iris Blue

📋 copy color: '#0CBFCC'

red 12 ◦ green 191 ◦ blue 204

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

Shades of Iris Blue #0CBFCC

Tints of Iris Blue #0CBFCC

RGB

 RED value IS 12 (5.08% from 255) = 2.95%

 GREEN value IS 191 (75% from 255) = 46.93%

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 2.95%
G = 46.93%
B = 50.12%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0CBFCC (or 0x0CBFCC) is known color: Iris Blue. HEX triplet: 0C, BF and CC. RGB value is (12,191,204). Sum of RGB (Red+Green+Blue) = 12+191+204=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CBFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFCC is #F34033. Grayscale: #8A8A8A. Windows color (decimal): -15941684 or 13418252. OLE color: 13418252.

HSL color Cylindrical-coordinate representation of color #0CBFCC: hue angle of 184.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFCC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 191 204 -
CMYK 0.94 0.06 0 0.2
HSL 184.06º 0.89% 0.42% -
HSV(B) 184.06º 0.94% 0.8% -
XYZ 29.68 41.7 63.61 -
YUV 138.96 164.7 37.44 -
System Red Green Blue C M Y K H S L
Decimal 12 191 204 0.94 0.06 0 0.2 184.06 0.89 0.42
Hex C BF CC 5E 6 0 14 B8 59 2A
Octal 14 277 314 136 6 0 24 270 131 52
Binary 1100 10111111 11001100 1011110 110 0 10100 10111000 1011001 101010

Color Harmonies of #0CBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBFCC

Black with #0CBFCC

Text Example


Text Example

White with #0CBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CBFCC; }

 p { color: rgb(12,191,204); }

 H1.HeaderClassName
 {
   color: #0CBFCC;
 }
 .AnyTagClassName
 {
   color: #0CBFCC;
 }
</style>

background-color css

<style>
 a { background-color: #0CBFCC; }

 a { background-color: rgb(12,191,204); }

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

border-color css

<style>
 span { border-color: #0CBFCC; }

 span { border-color: rgb(12,191,204); }

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