Html Css Color HEX #6CFBF2 Baby Blue

📋 copy color: '#6CFBF2'

red 108 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #6CFBF2

Tints of Baby Blue #6CFBF2

RGB

 RED value IS 108 (42.58% from 255) = 17.97%

 GREEN value IS 251 (98.44% from 255) = 41.76%

 BLUE value IS 242 (94.92% from 255) = 40.27%

R = 17.97%
G = 41.76%
B = 40.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#6CFBF2 (or 0x6CFBF2) is known color: Baby Blue. HEX triplet: 6C, FB and F2. RGB value is (108,251,242). Sum of RGB (Red+Green+Blue) = 108+251+242=601 (79% of max value = 765). Red value is 108 (42.58% from 255 or 17.97% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFBF2 is #93040D. Grayscale: #CFCFCF. Windows color (decimal): -9634830 or 15924076. OLE color: 15924076.

HSL color Cylindrical-coordinate representation of color #6CFBF2: hue angle of 176.22º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFBF2 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 251 242 -
CMYK 0.57 0 0.04 0.02
HSL 176.22º 0.95% 0.7% -
HSV(B) 176.22º 0.57% 0.98% -
XYZ 56.71 78.59 96.19 -
YUV 207.22 147.62 57.23 -
System Red Green Blue C M Y K H S L
Decimal 108 251 242 0.57 0 0.04 0.02 176.22 0.95 0.7
Hex 6C FB F2 39 0 4 2 B0 5F 46
Octal 154 373 362 71 0 4 2 260 137 106
Binary 1101100 11111011 11110010 111001 0 100 10 10110000 1011111 1000110

Color Harmonies of #6CFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFBF2

Black with #6CFBF2

Text Example


Text Example

White with #6CFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CFBF2; }

 p { color: rgb(108,251,242); }

 H1.HeaderClassName
 {
   color: #6CFBF2;
 }
 .AnyTagClassName
 {
   color: #6CFBF2;
 }
</style>

background-color css

<style>
 a { background-color: #6CFBF2; }

 a { background-color: rgb(108,251,242); }

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

border-color css

<style>
 span { border-color: #6CFBF2; }

 span { border-color: rgb(108,251,242); }

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