Html Css Color HEX #75CBDF Spray

📋 copy color: '#75CBDF'

red 117 ◦ green 203 ◦ blue 223

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

Shades of Spray #75CBDF

Tints of Spray #75CBDF

RGB

 RED value IS 117 (46.09% from 255) = 21.55%

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

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

R = 21.55%
G = 37.38%
B = 41.07%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75CBDF (or 0x75CBDF) is known color: Spray. HEX triplet: 75, CB and DF. RGB value is (117,203,223). Sum of RGB (Red+Green+Blue) = 117+203+223=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #75CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBDF is #8A3420. Grayscale: #B3B3B3. Windows color (decimal): -9057313 or 14666613. OLE color: 14666613.

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

Color convert

RGB 117 203 223 -
CMYK 0.48 0.09 0 0.13
HSL 191.32º 0.62% 0.67% -
HSV(B) 191.32º 0.48% 0.87% -
XYZ 42.01 51.82 77.6 -
YUV 179.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 117 203 223 0.48 0.09 0 0.13 191.32 0.62 0.67
Hex 75 CB DF 30 9 0 D BF 3E 43
Octal 165 313 337 60 11 0 15 277 76 103
Binary 1110101 11001011 11011111 110000 1001 0 1101 10111111 111110 1000011

Color Harmonies of #75CBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CBDF

Black with #75CBDF

Text Example


Text Example

White with #75CBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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