Html Css Color HEX #10AFCB Iris Blue

📋 copy color: '#10AFCB'

red 16 ◦ green 175 ◦ blue 203

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

Shades of Iris Blue #10AFCB

Tints of Iris Blue #10AFCB

RGB

 RED value IS 16 (6.64% from 255) = 4.06%

 GREEN value IS 175 (68.75% from 255) = 44.42%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 4.06%
G = 44.42%
B = 51.52%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#10AFCB (or 0x10AFCB) is known color: Iris Blue. HEX triplet: 10, AF and CB. RGB value is (16,175,203). Sum of RGB (Red+Green+Blue) = 16+175+203=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #10AFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFCB is #EF5034. Grayscale: #828282. Windows color (decimal): -15683637 or 13348624. OLE color: 13348624.

HSL color Cylindrical-coordinate representation of color #10AFCB: hue angle of 188.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFCB is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 175 203 -
CMYK 0.92 0.14 0 0.20
HSL 188.98º 0.85% 0.43% -
HSV(B) 188.98º 0.92% 0.8% -
XYZ 26.32 35.08 61.88 -
YUV 130.65 168.82 46.22 -
System Red Green Blue C M Y K H S L
Decimal 16 175 203 0.92 0.14 0 0.20 188.98 0.85 0.43
Hex 10 AF CB 5C E 0 14 BD 55 2B
Octal 20 257 313 134 16 0 24 275 125 53
Binary 10000 10101111 11001011 1011100 1110 0 10100 10111101 1010101 101011

Color Harmonies of #10AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFCB

Black with #10AFCB

Text Example


Text Example

White with #10AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AFCB; }

 p { color: rgb(16,175,203); }

 H1.HeaderClassName
 {
   color: #10AFCB;
 }
 .AnyTagClassName
 {
   color: #10AFCB;
 }
</style>

background-color css

<style>
 a { background-color: #10AFCB; }

 a { background-color: rgb(16,175,203); }

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

border-color css

<style>
 span { border-color: #10AFCB; }

 span { border-color: rgb(16,175,203); }

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