Html Css Color HEX #0CA9DF Iris Blue

📋 copy color: '#0CA9DF'

red 12 ◦ green 169 ◦ blue 223

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

Shades of Iris Blue #0CA9DF

Tints of Iris Blue #0CA9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 2.97%
G = 41.83%
B = 55.2%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CA9DF (or 0x0CA9DF) is known color: Iris Blue. HEX triplet: 0C, A9 and DF. RGB value is (12,169,223). Sum of RGB (Red+Green+Blue) = 12+169+223=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CA9DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA9DF is #F35620. Grayscale: #7F7F7F. Windows color (decimal): -15947297 or 14657804. OLE color: 14657804.

HSL color Cylindrical-coordinate representation of color #0CA9DF: hue angle of 195.36º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA9DF is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 169 223 -
CMYK 0.95 0.24 0 0.13
HSL 195.36º 0.9% 0.46% -
HSV(B) 195.36º 0.95% 0.87% -
XYZ 27.66 33.78 74.87 -
YUV 128.21 181.49 45.11 -
System Red Green Blue C M Y K H S L
Decimal 12 169 223 0.95 0.24 0 0.13 195.36 0.9 0.46
Hex C A9 DF 5F 18 0 D C3 5A 2E
Octal 14 251 337 137 30 0 15 303 132 56
Binary 1100 10101001 11011111 1011111 11000 0 1101 11000011 1011010 101110

Color Harmonies of #0CA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA9DF

Black with #0CA9DF

Text Example


Text Example

White with #0CA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,169,223); }

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

background-color css

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

 a { background-color: rgb(12,169,223); }

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

border-color css

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

 span { border-color: rgb(12,169,223); }

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