Html Css Color HEX #9BECE3 Pale Turquoise

📋 copy color: '#9BECE3'

red 155 ◦ green 236 ◦ blue 227

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

Shades of Pale Turquoise #9BECE3

Tints of Pale Turquoise #9BECE3

RGB

 RED value IS 155 (60.94% from 255) = 25.08%

 GREEN value IS 236 (92.58% from 255) = 38.19%

 BLUE value IS 227 (89.06% from 255) = 36.73%

R = 25.08%
G = 38.19%
B = 36.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#9BECE3 (or 0x9BECE3) is known color: Pale Turquoise. HEX triplet: 9B, EC and E3. RGB value is (155,236,227). Sum of RGB (Red+Green+Blue) = 155+236+227=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECE3 is #64131C. Grayscale: #D2D2D2. Windows color (decimal): -6558493 or 14937243. OLE color: 14937243.

HSL color Cylindrical-coordinate representation of color #9BECE3: hue angle of 173.33º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECE3 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 227 -
CMYK 0.34 0 0.04 0.07
HSL 173.33º 0.68% 0.77% -
HSV(B) 173.33º 0.34% 0.93% -
XYZ 57.38 72.51 83.64 -
YUV 210.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 155 236 227 0.34 0 0.04 0.07 173.33 0.68 0.77
Hex 9B EC E3 22 0 4 7 AD 44 4D
Octal 233 354 343 42 0 4 7 255 104 115
Binary 10011011 11101100 11100011 100010 0 100 111 10101101 1000100 1001101

Color Harmonies of #9BECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECE3

Black with #9BECE3

Text Example


Text Example

White with #9BECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BECE3; }

 p { color: rgb(155,236,227); }

 H1.HeaderClassName
 {
   color: #9BECE3;
 }
 .AnyTagClassName
 {
   color: #9BECE3;
 }
</style>

background-color css

<style>
 a { background-color: #9BECE3; }

 a { background-color: rgb(155,236,227); }

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

border-color css

<style>
 span { border-color: #9BECE3; }

 span { border-color: rgb(155,236,227); }

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