Html Css Color HEX #77CBDF Spray

📋 copy color: '#77CBDF'

red 119 ◦ green 203 ◦ blue 223

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

Shades of Spray #77CBDF

Tints of Spray #77CBDF

RGB

 RED value IS 119 (46.88% from 255) = 21.83%

 GREEN value IS 203 (79.69% from 255) = 37.25%

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

R = 21.83%
G = 37.25%
B = 40.92%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77CBDF (or 0x77CBDF) is known color: Spray. HEX triplet: 77, CB and DF. RGB value is (119,203,223). Sum of RGB (Red+Green+Blue) = 119+203+223=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #77CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBDF is #883420. Grayscale: #B4B4B4. Windows color (decimal): -8926241 or 14666615. OLE color: 14666615.

HSL color Cylindrical-coordinate representation of color #77CBDF: hue angle of 191.54º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77CBDF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 203 223 -
CMYK 0.47 0.09 0 0.13
HSL 191.54º 0.62% 0.67% -
HSV(B) 191.54º 0.47% 0.87% -
XYZ 42.28 51.96 77.61 -
YUV 180.16 152.17 84.37 -
System Red Green Blue C M Y K H S L
Decimal 119 203 223 0.47 0.09 0 0.13 191.54 0.62 0.67
Hex 77 CB DF 2F 9 0 D C0 3E 43
Octal 167 313 337 57 11 0 15 300 76 103
Binary 1110111 11001011 11011111 101111 1001 0 1101 11000000 111110 1000011

Color Harmonies of #77CBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBDF

Black with #77CBDF

Text Example


Text Example

White with #77CBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77CBDF; }

 p { color: rgb(119,203,223); }

 H1.HeaderClassName
 {
   color: #77CBDF;
 }
 .AnyTagClassName
 {
   color: #77CBDF;
 }
</style>

background-color css

<style>
 a { background-color: #77CBDF; }

 a { background-color: rgb(119,203,223); }

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

border-color css

<style>
 span { border-color: #77CBDF; }

 span { border-color: rgb(119,203,223); }

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