Html Css Color HEX #0CB4CF Iris Blue

📋 copy color: '#0CB4CF'

red 12 ◦ green 180 ◦ blue 207

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

Shades of Iris Blue #0CB4CF

Tints of Iris Blue #0CB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.11%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 3.01%
G = 45.11%
B = 51.88%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CB4CF (or 0x0CB4CF) is known color: Iris Blue. HEX triplet: 0C, B4 and CF. RGB value is (12,180,207). Sum of RGB (Red+Green+Blue) = 12+180+207=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CB4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB4CF is #F34B30. Grayscale: #848484. Windows color (decimal): -15944497 or 13612044. OLE color: 13612044.

HSL color Cylindrical-coordinate representation of color #0CB4CF: hue angle of 188.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB4CF is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 180 207 -
CMYK 0.94 0.13 0 0.19
HSL 188.31º 0.89% 0.43% -
HSV(B) 188.31º 0.94% 0.81% -
XYZ 27.74 37.23 64.75 -
YUV 132.85 169.84 41.8 -
System Red Green Blue C M Y K H S L
Decimal 12 180 207 0.94 0.13 0 0.19 188.31 0.89 0.43
Hex C B4 CF 5E D 0 13 BC 59 2B
Octal 14 264 317 136 15 0 23 274 131 53
Binary 1100 10110100 11001111 1011110 1101 0 10011 10111100 1011001 101011

Color Harmonies of #0CB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB4CF

Black with #0CB4CF

Text Example


Text Example

White with #0CB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,207); }

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

background-color css

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

 a { background-color: rgb(12,180,207); }

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

border-color css

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

 span { border-color: rgb(12,180,207); }

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