Html Css Color HEX #1DBCCF Iris Blue

📋 copy color: '#1DBCCF'

red 29 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #1DBCCF

Tints of Iris Blue #1DBCCF

RGB

 RED value IS 29 (11.72% from 255) = 6.84%

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

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

R = 6.84%
G = 44.34%
B = 48.82%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DBCCF (or 0x1DBCCF) is known color: Iris Blue. HEX triplet: 1D, BC and CF. RGB value is (29,188,207). Sum of RGB (Red+Green+Blue) = 29+188+207=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCCF is #E24330. Grayscale: #8E8E8E. Windows color (decimal): -14828337 or 13614109. OLE color: 13614109.

HSL color Cylindrical-coordinate representation of color #1DBCCF: hue angle of 186.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBCCF is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 188 207 -
CMYK 0.86 0.09 0 0.19
HSL 186.4º 0.75% 0.46% -
HSV(B) 186.4º 0.86% 0.81% -
XYZ 29.75 40.73 65.33 -
YUV 142.63 164.32 46.96 -
System Red Green Blue C M Y K H S L
Decimal 29 188 207 0.86 0.09 0 0.19 186.4 0.75 0.46
Hex 1D BC CF 56 9 0 13 BA 4B 2E
Octal 35 274 317 126 11 0 23 272 113 56
Binary 11101 10111100 11001111 1010110 1001 0 10011 10111010 1001011 101110

Color Harmonies of #1DBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBCCF

Black with #1DBCCF

Text Example


Text Example

White with #1DBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DBCCF; }

 p { color: rgb(29,188,207); }

 H1.HeaderClassName
 {
   color: #1DBCCF;
 }
 .AnyTagClassName
 {
   color: #1DBCCF;
 }
</style>

background-color css

<style>
 a { background-color: #1DBCCF; }

 a { background-color: rgb(29,188,207); }

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

border-color css

<style>
 span { border-color: #1DBCCF; }

 span { border-color: rgb(29,188,207); }

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