Html Css Color HEX #6CFFFA Baby Blue

📋 copy color: '#6CFFFA'

red 108 ◦ green 255 ◦ blue 250

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

Shades of Baby Blue #6CFFFA

Tints of Baby Blue #6CFFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 41.6%

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 17.62%
G = 41.6%
B = 40.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#6CFFFA (or 0x6CFFFA) is known color: Baby Blue. HEX triplet: 6C, FF and FA. RGB value is (108,255,250). Sum of RGB (Red+Green+Blue) = 108+255+250=613 (81% of max value = 765). Red value is 108 (42.58% from 255 or 17.62% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFFA is #930005. Grayscale: #D2D2D2. Windows color (decimal): -9633798 or 16449388. OLE color: 16449388.

HSL color Cylindrical-coordinate representation of color #6CFFFA: hue angle of 177.96º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFFA is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 108 255 250 -
CMYK 0.58 0 0.02 0
HSL 177.96º 1% 0.71% -
HSV(B) 177.96º 0.58% 1% -
XYZ 59.2 81.61 103.07 -
YUV 210.48 150.3 54.91 -
System Red Green Blue C M Y K H S L
Decimal 108 255 250 0.58 0 0.02 0 177.96 1 0.71
Hex 6C FF FA 3A 0 2 0 B2 64 47
Octal 154 377 372 72 0 2 0 262 144 107
Binary 1101100 11111111 11111010 111010 0 10 0 10110010 1100100 1000111

Color Harmonies of #6CFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFFFA

Black with #6CFFFA

Text Example


Text Example

White with #6CFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,255,250); }

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

background-color css

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

 a { background-color: rgb(108,255,250); }

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

border-color css

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

 span { border-color: rgb(108,255,250); }

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