Html Css Color HEX #6BFCF3 Baby Blue

📋 copy color: '#6BFCF3'

red 107 ◦ green 252 ◦ blue 243

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

Shades of Baby Blue #6BFCF3

Tints of Baby Blue #6BFCF3

RGB

 RED value IS 107 (42.19% from 255) = 17.77%

 GREEN value IS 252 (98.83% from 255) = 41.86%

 BLUE value IS 243 (95.31% from 255) = 40.37%

R = 17.77%
G = 41.86%
B = 40.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#6BFCF3 (or 0x6BFCF3) is known color: Baby Blue. HEX triplet: 6B, FC and F3. RGB value is (107,252,243). Sum of RGB (Red+Green+Blue) = 107+252+243=602 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.77% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFCF3 is #94030C. Grayscale: #CFCFCF. Windows color (decimal): -9700109 or 15989867. OLE color: 15989867.

HSL color Cylindrical-coordinate representation of color #6BFCF3: hue angle of 176.28º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCF3 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 252 243 -
CMYK 0.58 0 0.04 0.01
HSL 176.28º 0.96% 0.7% -
HSV(B) 176.28º 0.58% 0.99% -
XYZ 57.05 79.22 97.08 -
YUV 207.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 107 252 243 0.58 0 0.04 0.01 176.28 0.96 0.7
Hex 6B FC F3 3A 0 4 1 B0 60 46
Octal 153 374 363 72 0 4 1 260 140 106
Binary 1101011 11111100 11110011 111010 0 100 1 10110000 1100000 1000110

Color Harmonies of #6BFCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCF3

Black with #6BFCF3

Text Example


Text Example

White with #6BFCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,252,243); }

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

background-color css

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

 a { background-color: rgb(107,252,243); }

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

border-color css

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

 span { border-color: rgb(107,252,243); }

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