Html Css Color HEX #6BFCED Baby Blue

📋 copy color: '#6BFCED'

red 107 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #6BFCED

Tints of Baby Blue #6BFCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.77%

R = 17.95%
G = 42.28%
B = 39.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#6BFCED (or 0x6BFCED) is known color: Baby Blue. HEX triplet: 6B, FC and ED. RGB value is (107,252,237). Sum of RGB (Red+Green+Blue) = 107+252+237=596 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.95% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFCED is #940312. Grayscale: #CECECE. Windows color (decimal): -9700115 or 15596651. OLE color: 15596651.

HSL color Cylindrical-coordinate representation of color #6BFCED: hue angle of 173.79º 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 #6BFCED is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 252 237 -
CMYK 0.58 0 0.06 0.01
HSL 173.79º 0.96% 0.7% -
HSV(B) 173.79º 0.58% 0.99% -
XYZ 56.16 78.86 92.38 -
YUV 206.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 107 252 237 0.58 0 0.06 0.01 173.79 0.96 0.7
Hex 6B FC ED 3A 0 6 1 AE 60 46
Octal 153 374 355 72 0 6 1 256 140 106
Binary 1101011 11111100 11101101 111010 0 110 1 10101110 1100000 1000110

Color Harmonies of #6BFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCED

Black with #6BFCED

Text Example


Text Example

White with #6BFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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