Html Css Color HEX #0FBCCD Iris Blue

📋 copy color: '#0FBCCD'

red 15 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #0FBCCD

Tints of Iris Blue #0FBCCD

RGB

 RED value IS 15 (6.25% from 255) = 3.68%

 GREEN value IS 188 (73.83% from 255) = 46.08%

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 3.68%
G = 46.08%
B = 50.25%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0FBCCD (or 0x0FBCCD) is known color: Iris Blue. HEX triplet: 0F, BC and CD. RGB value is (15,188,205). Sum of RGB (Red+Green+Blue) = 15+188+205=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FBCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCCD is #F04332. Grayscale: #898989. Windows color (decimal): -15745843 or 13483023. OLE color: 13483023.

HSL color Cylindrical-coordinate representation of color #0FBCCD: hue angle of 185.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBCCD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 188 205 -
CMYK 0.93 0.08 0 0.20
HSL 185.37º 0.86% 0.43% -
HSV(B) 185.37º 0.93% 0.8% -
XYZ 29.2 40.48 64.03 -
YUV 138.21 165.69 40.12 -
System Red Green Blue C M Y K H S L
Decimal 15 188 205 0.93 0.08 0 0.20 185.37 0.86 0.43
Hex F BC CD 5D 8 0 14 B9 56 2B
Octal 17 274 315 135 10 0 24 271 126 53
Binary 1111 10111100 11001101 1011101 1000 0 10100 10111001 1010110 101011

Color Harmonies of #0FBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCCD

Black with #0FBCCD

Text Example


Text Example

White with #0FBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,205); }

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

background-color css

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

 a { background-color: rgb(15,188,205); }

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

border-color css

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

 span { border-color: rgb(15,188,205); }

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